This repository is a Real World implementation of Conduit, a Medium clone, using PureScript and React.
Clone the repository:
git clone https://github.com/jonasbuntinx/purescript-react-realworld
cd purescript-react-realworld
Install the JavaScript and PureScript dependencies:
yarn
Build the project:
yarn build
You can bundle the JS for production:
yarn bundle
Or run a local development server (defaults to port 1234):
yarn serve
An implementation of React hooks on top of purescript-react-basic.
A Halogen-inspired interface for React.
A basic web router with support for asynchronous routing logic.
Unified parsing and printing for routes in PureScript.
I was inspired by Thomas Honeyman's implementation of the Real World spec using Halogen.