(no title)
CooCooCaCha | 2 months ago
React is easy for small websites so why would I use a separate framework when I can use one framework for everything?
CooCooCaCha | 2 months ago
React is easy for small websites so why would I use a separate framework when I can use one framework for everything?
WorldMaker|2 months ago
At least some of what you may not be getting in this space is how many developers right now seem to be hugely deprioritizing or just dropping SPA from their decision trees lately. Recent advances in CSS and ESM and Web Components such as View Transitions and vanilla/small-framework JS (ESM) tree-shaking/"unbundling"/importmaps give MPAs more of the benefits of a complex SPA with fewer of the downsides (less of a "mandatory" build process, smaller initial bundle load). It is easy to feel less of a need for "complex SPA" to be on your architecture options board.
mixmastamyk|2 months ago
CooCooCaCha|2 months ago
You’re either doing something wrong or not actually doing a hello world.
krzyk|2 months ago
Because most webpages don't need to be SPAs. I miss the days of jquery and html+css, where everything was snappy, and wasn't an SPA.
CooCooCaCha|2 months ago
And I’m not saying every site needs to be an SPA. I’m saying if I can write everything from a simple site to an SPA in a single framework then why not use that for everything?
JCattheATM|2 months ago
Use the right tool for the job, instead of using the one tool you are comfortable with for everything.