I am new to react. I have created and app using react and event api. it's complete but now i want to render this app server side for better seo purpose.
i have search on google for this and come across the some framework like next.js but i want to know what is the easy way to server side render my existing app.
The easiest way is to use a framework. It makes it much easier than setting things up from scratch.
NextJS is the easiest out there and has the most minimal API/framework, so there should be too much refactoring.
Mustafa Khan
Blockchain Developer
React does have it's own server side rendering but it's very convoluted. I would recommend to use NextJS as it's the easiest way to get up and running.
They have a good tutorial here too
nextjs.org/learn