Using server-side rendering in React does not imply that React will not be used on client-side
React SSR Notion
React SSR Usage
GitHub - SoYoung210/react-ssr-code-splitting: 🎡 Pure React SSR with Code Splitting
First, Check the branch! (Following lists are linked each branch) 이 Repository의 branch를 확인해주세요. branch에 따라 Tutorial Step이 나누어져 있습니다. 다음 리스트는 branch에 링크 되어있습니다. 이 프로젝트의 기본 셋팅입니다. 이 튜토리얼의 기술 스택은 다음과 같습니다. react(TypeScript) redux redux-observable /org 와 /user 두 개의 페이지로 구성되어 있으며, 각 페이지에서 fetch action을 통해 컨텐츠를 그리고 있습니다.
https://github.com/SoYoung210/react-ssr-code-splitting
Server side rendering react - Virtual DOM?
Using server-side rendering in React does not imply that React will not be used on client-side. One of completely valid approaches is to start with client-side rendering only. In this case you have to setup a single HTML element in your HTML file that will become a hook for React once it loads.
https://stackoverflow.com/questions/51114271/server-side-rendering-react-virtual-dom

Seonglae Cho