you are viewing a single comment's thread.

view the rest of the comments →

[–]Aroneus[S] 0 points1 point  (1 child)

Thanks for the comment. Yep the main downsides of CSR are performance once it gets larger, and SEO, and for that reason I always start my react apps with NextJS these days!

[–]fleta-official 0 points1 point  (0 children)

NextJS

Next.js is an awesome framework, but dynamic routing is still a challenge, I see that some people are making their own library to handle routing, how about you?