work in progress
This project does the following:
- Renders static/dynamic content on the server into HTML/CSS
- Client hydrates the server generated content and continues rendering the application
Node.js v12.14.1
Yarn v1.21.1
To install dependencies
yarn install
yarn watch-server
yarn start-server
yarn start
Building and running the project in production
yarn build
yarn serve
- Parcel - Web application bundler
- React - User interface framework
- React Helmet Async - A document head manager for React
- React Router Dom - Collection of navigational components
- TypeScript - TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
- Yarn - Package manager
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Henry Brown - Initial work - HenryBrown0
Thanks to the Redux team for the server side rendering guide. I've used this as an example of how to get the server generated state hydrated into the client using Reacts context API.
This project is licensed under the MIT License - see the LICENSE file for details