DEV Community

Discussion on: Crack the React Interview!

Collapse
 
mangor1no profile image
Mangor1no

React is not Server-side Rendering unless you are using Next.js. Normally your React application will be bundled into js file, which renders the web contents. That's Client-side Rendering.