JavaScript Is Enough
geajs.com
JavaScript Is Enough
1–10 of 110 posts
Re: JavaScript Is Enough
#2[flagged]
Re: JavaScript Is Enough
#3[flagged]
No it's not. Stop upvoting AI slop.
Re: JavaScript Is Enough
#4You wrote and shipped this in three days, eh?
Re: JavaScript Is Enough
#5> Solid has signals and createEffect... Gea takes a different path. It introduces no new concepts at all.
proceeds to introduce Stores and Components
what makes this magically easier than Solid, or any other Proxy-based reactive store frameworks?
Re: JavaScript Is Enough
#6[flagged]
Re: JavaScript Is Enough
#7[deleted]
Re: JavaScript Is Enough
#8> The Vite plugin analyzes your JSX at build time, figures out which DOM nodes depend on which state, and wires up surgical patches — invisibly.
This part interests me… if it’s able to be brought to React somehow. Too many sites are shipping entirely reactive DOMs where only a tiny minority of content actually changes.
The fact that the entire project appears to have been written in three days, however, gives me some deep doubts.
Re: JavaScript Is Enough
#9You wrote and shipped this in three days, eh?
not the author of the gea but from what I can see in the readme, the ideas go back to 2017, erste.js and regie were earlier versions of the same concept.
https://github.com/dashersw/erste https://github.com/dashersw/regie
Re: JavaScript Is Enough
#10[dead]