https://github.com/michal-radomski/serversiderendering_with_react_and_redux
Files created during the Udemy.com course: Server Side Rendering with React and Redux
https://github.com/michal-radomski/serversiderendering_with_react_and_redux
Last synced: 18 days ago
JSON representation
Files created during the Udemy.com course: Server Side Rendering with React and Redux
- Host: GitHub
- URL: https://github.com/michal-radomski/serversiderendering_with_react_and_redux
- Owner: Michal-Radomski
- Created: 2022-04-20T19:50:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T21:56:19.000Z (about 3 years ago)
- Last Synced: 2025-02-17T09:15:45.928Z (4 months ago)
- Language: TypeScript
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Server Side Rendering with React and Redux
Files created during the Udemy.com course:
[Server Side Rendering with React and Redux](https://www.udemy.com/course/server-side-rendering-with-react-and-redux).Build with Node Version: 8.17.0
API -> WWW:
AdditionalTasks
1. Files created during [this](https://nils-mehlhorn.de/posts/typescript-nodejs-react-ssr) tutorial.
2. Files created during [this](https://devtails.xyz/how-to-set-up-server-side-rendering-ssr-with-react-and-esbuild) tutorial.
3. Files created during [this](https://www.digitalocean.com/community/tutorials/react-server-side-rendering) tutorial.
4. React.js CSR migration to Next.js SSR according to
[this](https://vilvaathiban.medium.com/nextjs-convert-client-side-react-app-to-server-side-rendering-in-5-mins-2106ad69f5a5)
tutorial and
[this](https://medium.com/@sushmeet.sunger/add-typescript-to-an-existing-nextjs-project-in-5-mins-13b63bc21bb3) one.