DEV Community

Discussion on: Some Top React Interview Questions

Collapse
 
iamludal profile image
Ludal πŸš€

React doesn't provide SSR on its own, but as Ishwar said, one can do it using Next.js

Thread Thread
 
maksimmedvedev profile image
MaksimMedvedev

react-dom/server's renderToString() and hydrate() should do the thing I think (with some little thousand-line additional codeπŸ˜‚)