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
- Host: GitHub
- URL: https://github.com/buckymaler/exploration-ssr
- Owner: BuckyMaler
- Created: 2021-08-01T19:54:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T16:44:25.000Z (over 3 years ago)
- Last Synced: 2025-01-10T21:07:55.568Z (4 months ago)
- Topics: educational-project, express, node, react, redux, server-side-rendering, ssr
- Language: TypeScript
- Homepage:
- Size: 829 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.