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

https://github.com/buckymaler/exploration-ssr

Educational resource for learning about server-side rendering
https://github.com/buckymaler/exploration-ssr

educational-project express node react redux server-side-rendering ssr

Last synced: 2 months ago
JSON representation

Educational resource for learning about server-side rendering

Awesome Lists containing this project

README

        

# Exploration Server-Side Rendering (SSR)

Exploration SSR is my first hurrah to learning server-side rendering with React. If you're new to server-side rendering this may be a helpful resource for you. Its purpose is to be educational. It's a collection of apps demonstrating how to build the [Unsplash homepage](https://unsplash.com/) using server-side rendering.

Learn with me by fixing a bug or [starting a discussion](https://github.com/BuckyMaler/exploration-ssr/discussions). To keep this project in the scope of a beginner friendly educational resource, feature submissions won't be accepted.

| App | Description |
| -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| [react-redux](https://github.com/BuckyMaler/exploration-ssr/tree/master/react-redux) | Single page app using React and Redux. |
| [react-redux-ssr](https://github.com/BuckyMaler/exploration-ssr/tree/master/react-redux-ssr) | Single page app using React and Redux. Plus, server-side rendering using React, Redux, and Express. |
| [next-redux-ssr](https://github.com/BuckyMaler/exploration-ssr/tree/master/next-redux-ssr) | Next.js app using Redux with server-side rendering. |

## Contributing

See [CONTRIBUTING.md](https://github.com/BuckyMaler/exploration-ssr/blob/master/CONTRIBUTING.md) for information on contributing.