-
Updated
Sep 29, 2021 - Python
store
Here are 1,248 public repositories matching this topic...
-
Updated
Sep 29, 2021 - Ruby
-
Updated
May 18, 2021 - JavaScript
-
Updated
Sep 29, 2021 - TypeScript
-
Updated
Sep 1, 2021 - TypeScript
An atom reducer is a pure function and should not access make a dispatch to store. schedule is passed for that.
If a store is in a transaction state and process atoms it should not accept another dispatch and should throw an error.
If a store is in a transaction state and process it may accepts another dispatch.
-
Updated
Jul 18, 2021 - Swift
-
Updated
Jun 19, 2020 - JavaScript
-
Updated
Sep 29, 2021 - TypeScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Sep 22, 2021 - JavaScript
Hello,
Thanks for this awesome tool!
I have a guarded property on my store, selected, which is used only by the UI, and I don't want to sync on Firestore.
If the guards works well, the document is still synced everytime I change the selected value, because of the updated_at and updated_by value.
Of course, I can add the two properties to the guards too, and it works, but I actually
-
Updated
Sep 21, 2021 - TypeScript
Improve this page
Add a description, image, and links to the store topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the store topic, visit your repo's landing page and select "manage topics."
I'm submitting a...