reason-react
Here are 292 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:
- [x]
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
-
Updated
Jan 25, 2019 - TypeScript
[docs] Document SSR
-
Updated
Apr 5, 2020 - OCaml
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.
-
Updated
Jun 7, 2020 - Reason
Describe Container and Link props and behavior
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
-
Updated
Mar 14, 2020 - OCaml
-
Updated
Apr 4, 2020 - OCaml
-
Updated
Mar 28, 2017 - HTML
-
Updated
May 30, 2020 - Reason
-
Updated
May 8, 2020 - Reason
-
Updated
Oct 30, 2019 - OCaml
-
Updated
Apr 5, 2020 - Reason
-
Updated
May 17, 2020 - Reason
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Apr 13, 2019 - OCaml
-
Updated
Jun 2, 2020 - Reason
-
Updated
May 8, 2020 - Reason
-
Updated
Jun 6, 2020 - Reason
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
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."

I've been playing around with Razzle and how the Server HMR works.
I generated a Razzle Project and run it
npx create-razzle-app my-appcd my-app && yarn startIf I now edit the
src/Home.jsI see hot reloading working in the browser and I see theserver.jsbeing re-required by theindex.js. But if I open my dev tools "view page source" my changes are not actually in the HTML