-
Notifications
You must be signed in to change notification settings - Fork 185
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
docs(store-cache): readme #838
Conversation
|
||
1. **Reactive queries**: The Store Cache supports registering reactive queries and re-executing logic when changes happen. | ||
2. **Magic typing from a MUD Config**: The Cache is automatically typed from your MUD config. No code-generation necessary. | ||
3. **React-hooks**: This package includes React hooks to subscribe to a single value, or the result of a query. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is planned for before the hackathon, so should we remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 and 2 are there, I think @alvrs is doing 3 before hackathon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Kevin Ingersoll <kingersoll@gmail.com>
Co-authored-by: Kevin Ingersoll <kingersoll@gmail.com>
No description provided.