Qite.js – Frontend framework for people who hate React and love HTML
qitejs.qount25.dev
Qite.js – Frontend framework for people who hate React and love HTML
1–10 of 168 posts
Re: Qite.js – Frontend framework for people who hate React and love HTML
#2Re: Qite.js – Frontend framework for people who hate React and love HTML
#3Re: Qite.js – Frontend framework for people who hate React and love HTML
#4The fields/flags state model is a nice idea, having structured values separate from boolean state is something I haven't seen in other frameworks. How does this compare to Alpine.js or htmx in practice? They're in a similar space (no build, SSR-first) but I'm curious what made you go with a new framework rather than building on top of those?
Most of the time, it's enough to build in a simple, clean, and lightweight way. Just like in the old days. Your server's resources will also thank you. Furthermore, the simplicity of web pages is also rewarded by search engines.
If it were up to me, I'd build sites exclusively in .md format :)
Re: Qite.js – Frontend framework for people who hate React and love HTML
#5Anyway, interesting approach for up to medium pages (not apps!). Totally not replacement for react.
Re: Qite.js – Frontend framework for people who hate React and love HTML
#6Maybe focus on a use-case? Something like, "No-build, no-NPM, SSR-first JavaScript framework specializing in Time-to-interactive" - maybe?
Re: Qite.js – Frontend framework for people who hate React and love HTML
#7The fields/flags state model is a nice idea, having structured values separate from boolean state is something I haven't seen in other frameworks. How does this compare to Alpine.js or htmx in practice? They're in a similar space (no build, SSR-first) but I'm curious what made you go with a new framework rather than building on top of those?
[0]: https://github.com/statelyai/xstate?tab=readme-ov-file#super...
Re: Qite.js – Frontend framework for people who hate React and love HTML
#8"If you hate react" feels like very bad argument in engineering. Anyway, interesting approach for up to medium pages (not apps!). Totally not replacement for react.
Re: Qite.js – Frontend framework for people who hate React and love HTML
#9The fields/flags state model is a nice idea, having structured values separate from boolean state is something I haven't seen in other frameworks. How does this compare to Alpine.js or htmx in practice? They're in a similar space (no build, SSR-first) but I'm curious what made you go with a new framework rather than building on top of those?
I agree, I hate unnecessary hypercomplexity. Most of the time, it's enough to build in a simple, clean, and lightweight way. Just like in the old days. Your server's resources will also thank you. Furthermore, the simplicity of web pages is also rewarded by search engines. If it were up to me, I'd build sites exclusively in .md format :)
Re: Qite.js – Frontend framework for people who hate React and love HTML
#10"If you hate react" feels like very bad argument in engineering. Anyway, interesting approach for up to medium pages (not apps!). Totally not replacement for react.