Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkhuda/re-react-razzle
Reason React with Razzle SSR
https://github.com/mkhuda/re-react-razzle
razzle reason-react reasonml
Last synced: 4 days ago
JSON representation
Reason React with Razzle SSR
- Host: GitHub
- URL: https://github.com/mkhuda/re-react-razzle
- Owner: mkhuda
- Created: 2019-06-18T07:12:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:47:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-30T03:38:22.170Z (over 1 year ago)
- Topics: razzle, reason-react, reasonml
- Language: OCaml
- Size: 6.68 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Razzle Reason React
## How to use
### Install Reason-CLI first| platform | install command |
|-----------|------------------------------------------|
| **macOS** | `yarn global add reason-cli@latest-macos` |
| **Linux** | `yarn global add reason-cli@latest-linux` |
|**Windows**| Please see https://github.com/reasonml/reasonml.github.io/issues/195Install it and run:
```bash
git clone https://github.com/mkhuda/re-react-razzle.git
cd re-react-razzle
yarn install
yarn start
```
#### NOTE: This example takes a while to install. Stick with it.Now you can go and edit `src/App.re`. When you make changes, your **browser and server** will Hot Reload.
## Idea behind the example
This is an example of how to use [Reason React](https://github.com/reasonml/reason-react) and Razzle together. Yes, you read that correctly. SSR, Reason, React, HMR.