reason-react
Here are 267 public repositories matching this topic...
Lot of packages depend on bs-react-native, such as this. We'll need to work with these package owners to migrate to the next release of reason-react-native.
Preliminary list from npm search:
- [ ]
When loading the website via Safari 12.0 (13606.2.11), the same icon for the
According to reason-react docs instance variables should be stored in state and be marked with ref instead of mutable to prepare for concurrent react.
I am unsure whether this makes any difference for a global state management solution like reductive, but would be nice to have a better insight into thi
Example Apps
React in pure Reason that targets native platforms.
-
Updated
Nov 30, 2019 - OCaml
Describe Container and Link props and behavior
A calculator built with Reason and reason-react.
-
Updated
Sep 6, 2019 - OCaml
Calls to dispatch currently results in deferred execution of the reducer and does not guarantee that messages are processed in the order they were dispatched. This can cause subtle bugs when the reducer has side-effects that depend on ordering.
I understand the motivation for this is to have potentially blocking calls in the reducer not block the UI thread. As I understand it, the deferred
An example app made with Create React App which introduces a Reason component
-
Updated
Mar 21, 2019 - HTML
We should write some documentation along the lines of what StackOverflow has written on the topic, and then present it in some form on the same page.
Bucklescript + ReasonReact binding Ant Design
-
Updated
Nov 19, 2019 - OCaml
[DEPRECATED] ReasonReact utilitary high order components
-
Updated
Aug 12, 2019 - OCaml
-
Updated
Oct 11, 2019 - OCaml
Example project to show how to use components lazy loading in ReasonReact
-
Updated
Dec 15, 2019 - OCaml
Missing Document API
Next.js includes additional API for creating a custom top-level document. There are currently no bindings present for them.
DocumentHeadMainNextScript
Missing Router API
Tic-tac-toe implemented using Reason and React
-
Updated
Mar 14, 2018 - OCaml
A simple reason react app using parcel bundler
-
Updated
Nov 2, 2019 - OCaml
Pragma is a self-hosted, open-source, personal note taking app.
-
Updated
Oct 14, 2019 - OCaml
Conway's Lifegame in Reason + reason-react with webpack + bs-loader.
-
Updated
Dec 15, 2018 - OCaml
Improve this page
Add a description, image, and links to the reason-react topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reason-react topic, visit your repo's landing page and select "manage topics."

Expected Behavior
I expect my app to build both in dev and in production.
Current Behavior
Build fails with both razzle start and razzle build.
Steps to Reproduce
Detailed Description
Here is the error trace: