What is the good option for SEO and React app?

I wanna to build the web application where I can post the articles and upload the podcasts. I suppose that I need create admin panel and from there post entities to my public site.

Which stack is the best for it? (React, Node context)

Next.js is a nice bundle of everything you might need. Also solves your SEO question since it's serverside rendered in the isomorphic pattern (SSR for first load, all subsequent changes loaded via XHR).

0 Likes

Please sign in to leave a comment.