Abandoned project?
v3ss0n opened this issue · 3 comments
This project is very interesting but seems abandoned , any other alternatives?
It's not abandoned. Karax is the foremost web frontend framework for Nim
Yup, it is still being worked on. As far as alternatives go, there is always writing bindings to a different JS web framework, and then using that. See https://github.com/andreaferretti/react.nim and https://github.com/oskca/nimjs-vue for examples.
I had checked and test abit ,
Instead of doing ReactStyle , Dom-Diffing , i believe Svelte style Generating Javascript at compile time going to be best fit for Nim-Lang based Javasript/Dom generator like karax.
https://svelte.dev/blog/virtual-dom-is-pure-overhead
VDom is overhead and nuisance making it to work properly with events.
I will make a seperated feature request on this.