|
|
|
|
|
by djangowithme
2951 days ago
|
|
I've recently come to this tough realization myself after seeing what a mess javascript heavy apps can create. I'm sure theres some way to do it "right", but I felt like building a js clientside app inherently put me behind where static sites where starting. The solution? Server side rendering through next.js, same code via redux+react-router+react. |
|
For a long standing production app, my suggestion is to start with a plan for a better layout/architecture in your fancy new framework, but start by emulating the old UI. The new framework is often flexible and powerful enough to do this. If it isn't, then I might question its validity.