You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have a plugin system that allows for global modification of base atoms and actions. This is necessary because sometimes changes need to be applied to library atoms and actions as well, which is impossible to archive by own instance of atom and action.
Cases:
Built-in bindings to Svelte, Angular, and some React
Adding an additional rollback parameter for an atom update
Transparently adding the domain name to the Reatom entities
Adding "reset state on disconnect" logic by default
This discussion was converted from issue #672 on April 02, 2024 13:20.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It would be great to have a plugin system that allows for global modification of base atoms and actions. This is necessary because sometimes changes need to be applied to library atoms and actions as well, which is impossible to archive by own instance of
atom
andaction
.Cases:
Beta Was this translation helpful? Give feedback.
All reactions