Skip to content

pete-murphy/purescript-react-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    $ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published