bs-react-scripts
Scripts for using ReasonML with Create React App.
Installation
npx create-react-app --scripts-version=bs-react-scripts
ReasonReact or BsReact?
You will be prompted to choose which React bindings to install.
- ReasonReact is the best choice for most people. It has great documentation and it's used in many production projects.
- BsReact works with new React features like Hooks, error boundaries and context. It's still under active development and documentation is currently non-existent.
Status
Experimental. Barely tested.
The plan is to provide a more opinionated set of Reason-specific tools, possibly removing some js-centric features.
Contributions
Please report any issues, and suggest improvments.