Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pete-murphy/purescript-react-tutorial


https://github.com/pete-murphy/purescript-react-tutorial

Last synced: 9 days ago
JSON representation

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`