Hyperapp – A tiny framework for building web interfaces
111–120 of 198 posts
Re: Hyperapp – A tiny framework for building web interfaces
#112Earlier quoted context omitted.
Not sure of the reason, but it's a godsend comparatively. The reaction against JSX I find to be largely by people who've never actually used it. If you keep your components small, as is best practice, whatever gut reaction one feels to it (which IMO is misplaced to begin with) is minimized, and quite readable.
ah, and the article also mentioned https://github.com/developit/htm which pretty much provides what JSX does, just in a lot less complex way (at the cost of a little run-time)
Re: Hyperapp – A tiny framework for building web interfaces
#113Dang, I registered hyperapp domain because I thought it was a good name and wanted to build something cool there. Like all side projects it’s not about the idea but the execution. I’ll put this in my bin together with slackday (Should have registered slack:) On topic: This looks interesting and I Will be giving it a try. Well done!
Re: Hyperapp – A tiny framework for building web interfaces
#114Does modern web development just completely abandon the idea of "separation of concerns"? Looks like content is freely mixed with markup and logic and results in a horrible, difficult-to-read mess of code.
Re: Hyperapp – A tiny framework for building web interfaces
#115This page does not inspire confidence in the framework. I don't need a non-ui piece of software to have the slickest site... but no lorem ipsum please.
Re: Hyperapp – A tiny framework for building web interfaces
#116Re: Hyperapp – A tiny framework for building web interfaces
#117Does modern web development just completely abandon the idea of "separation of concerns"? Looks like content is freely mixed with markup and logic and results in a horrible, difficult-to-read mess of code.
I guess it's like working in vertical slices of related logic rather than layers with logic and layers with markup and such.
That has its problems tho, that for sure.
Re: Hyperapp – A tiny framework for building web interfaces
#118React was made in 2013 and is pretty old at this point. How does Hyperapp compare to current tech like Svelte?
Maybe the person that said Svelte was more declarative was only familiar with an older incarnation of Hyperapp that wasn't completely based on functional principles, or maybe they're using a more loose but inaccurate definition of declarative (kind of like how people often say "theory" when they actually mean "hypothesis").
Re: Hyperapp – A tiny framework for building web interfaces
#119Does modern web development just completely abandon the idea of "separation of concerns"? Looks like content is freely mixed with markup and logic and results in a horrible, difficult-to-read mess of code.
Re: Hyperapp – A tiny framework for building web interfaces
#120Does modern web development just completely abandon the idea of "separation of concerns"? Looks like content is freely mixed with markup and logic and results in a horrible, difficult-to-read mess of code.