- React 17
- Babel 7
- Webpack 5
- React Router 5
- Apollo 3 with hooks
- React Helmet
- Loadable component
- SSR hot reload with HMR webpack
git clone https://github.com/Kundin/react-apollo-ssr.git
cd react-apollo-ssr
npm i
npm run dev
- visit
http://localhost:3000
Шаблон для новых проектов на React + Apollo GraphQL и серверным рендерингом
TypeScriptMIT