What will you choose for your productions and side projects?
The SPA Dilemma
1–10 of 18 posts
Re: The SPA Dilemma
#2Re: The SPA Dilemma
#3Re: The SPA Dilemma
#4Personally I think React/Vue/angular are the safe bets, in that order due to popularity
Re: The SPA Dilemma
#5Re: The SPA Dilemma
#6- info-dump / static website: sever-side render everything, add JavaScript when needed
- app for specialized users: SPA probably (they're ok waiting for js to load if they're making money using the app)
- store-front / marketplace: A full stack framework like Next/Remix etc
Re: The SPA Dilemma
#7Re: The SPA Dilemma
#8The whole https://www.webtoolkit.eu website is written in Wt.
Re: The SPA Dilemma
#9There are many challenges with react. But once you become accustomed to it and it is your default way of working, it just makes sense to keep using it. It keeps getting improved and the ecosystem keeps evolving.
Re: The SPA Dilemma
#10JsRender can be used client-side and server-side using Nodejs for rendering templates. JsViews adds observability (one-way or two-way) to JsRender on the frontend and requires jQuery (I like jQuery, it's overhead is minor ;-).
JsViews is intuitive, modular and extremely flexible and self-documenting in my opinion. JsViews does not include a router as there are so many different ways of doing routing and depends on your needs. The concept and syntax of converters is really cool too.