3 Matching Annotations
- Oct 2020
-
recoiljs.org recoiljs.org
-
We get a boilerplate-free API where shared state has the same simple get/set interface as React local state (yet can be encapsulated with reducers etc. if needed).
-
- Sep 2019
-
codesandbox.io codesandbox.io
- Aug 2019
-
www.freecodecamp.org www.freecodecamp.org
-
I don’t like reducers. I’ve tried using them, but I always end up migrating away. Something just feels wrong about dispatching actions to trigger business logic when I could instead do so by invoking a function with arguments.
-