-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for elmish with commands #8
Comments
Yeah currently it's not elmish as much as the traditional React reducer pattern. I originally had full elmish support, but it's not quite compatible with Recoil and can lead to race condition issues. This is especially the case when React concurrent mode is released, which Recoil will be compatible. They're currently working on a way to support effects within the context of Recoil that I'm hoping will solve this problem. |
AtomEffects are released now, but I'll need to give it some thought as to how (if) this can be done. In the mean time this might help. |
Currently, I am seeing elmish is based on a simple elmish loop without commands. It would be nice if full elmish with commands are supported.
The text was updated successfully, but these errors were encountered: