An open API service indexing awesome lists of open source software.

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

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.