top | item 45869353

(no title)

usrbinenv | 3 months ago

Frontend framework in JavaScript that requires no build step, relies on DOM and SSR and can be used to build both SPA and hybrid apps without VDOM, js templates, hydration or putting HTML (or worse, css) inside JS code. It'll also have a very sophisticated declarative state manager which makes managing state and ui transitions a breeze. It's basically anti-React.

discuss

order

em-bee|3 months ago

can you share a repo link please?

usrbinenv|3 months ago

Sure: https://code.qount25.dev/qite/qite-js No docs yet, but I suggest you go to test/demo for examples. You can actually see them work if you run it with `node test/server.js`.

State manager isn't there yet, but it's coming.