Common question: "How do I build a big SPA?" My take


Common question: "How do I build a big SPA?"

My take? Don't. Build multiple small SPAs. Share common elements like navigation via npm. There's nothing wrong with posting back to the server. Use localstorage to maintain state between page loads.

#javascript

View original on X