Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pete-murphy/purescript-react-tutorial
https://github.com/pete-murphy/purescript-react-tutorial
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pete-murphy/purescript-react-tutorial
- Owner: pete-murphy
- Created: 2019-06-28T01:24:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:19:20.000Z (almost 2 years ago)
- Last Synced: 2023-07-09T20:26:48.513Z (over 1 year ago)
- Language: Dhall
- Size: 4.45 MB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Replace React Components With PureScript's React Libraries
Working through this blog post by Thomas Honeyman: https://thomashoneyman.com/articles/replace-react-components-with-purescript/.
### Usage
- Install dependencies with
```shell
$ yarn; yarn spago build
```- Make a symbolic link for PureScript output folder so Create React App webpack server can access it.
```
$ ln -s $PWD/output $PWD/src/output
```- Run the development server with `yarn start`