Differences between Signals and Jotai #511
loganvolkers
started this conversation in
General
Replies: 1 comment
-
The Signal Boosting blog article goes into the technical details a fair bit, see: https://preactjs.com/blog/signal-boosting#implementation-notes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious about the differences between Signals and Jotai from those that have used both, or from the contributors and maintainer's perspectives. Looking for a concrete list of differences in approaches, pros and cons. There seem to be a lot of similarities.
For example, both seem to support "computed", only jotai support lifecycle events (i.e.
onMount
) and only signals support a mutation-style API.Inspired to open this discussion based on a Recoil vs Jotai discussion
Beta Was this translation helpful? Give feedback.
All reactions