> why not leverage karax? Karax is FrontEnd framework, like React.JS The whole point of ThisFramework is to eliminate the FrontEnd. So there's no nee for FrontEnd frameworks, be it React.JS or Karax. You write Server code and it magically turned into Interactive UI.
With Karax/React.JS/Svelte/Vue/Angular you need to develop following components: Server (Models, Controllers, API) <-> Client (API, Models, Templates) * Server Pre-Render With ThisFrameowrk you need: Server (Models, Controllers, Templates) * Some extra code for rare special cases like autocomplete.