|
|
|
|
|
by tchow
3290 days ago
|
|
4.0 is a regression imo. The docs say that if you do server side rendering with code splitting then 'God Speed' (their words not mine). I don't see the benefit of switching if v3 allowed me to ssr and code split while v4 doesn't allow me to do both. From the user pov it went from instantly displayed page with minimal js required to choosing one of those options. What benefits could exist that supercede giving the user the best possible experience? (Genuine question). I can't imagine huge speed gains going from one page to the next from this change and indeed changing pages in SPAs are essentially instant. So what could possibly be better that makes it worth getting rid of ssr and code splitting? Imo I won't be using react-router in future products because they are too fickle with their codebase. |
|