The Wayback Machine - https://web.archive.org/web/20210903015157/https://github.com/topics/reason-react
Skip to content
#

reason-react

Here are 289 public repositories matching this topic...

pupilfirst
rudradesai200
rudradesai200 commented Jan 19, 2021

Is your feature request related to a problem? Please describe.
It would be great if there is a bookmark button on each target, and the bookmarked targets can be reviewed later.

Describe the solution you'd like
There can be a bookmark page on the main website, which may contain bookmarks for all the courses. Each bookmarked target and/or exercise can be easily accessed from there.
For

glennsl
glennsl commented Nov 15, 2019

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

Improve this page

Add a description, image, and links to the reason-react topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more