Replies: 1 comment
|
Hi 👋🏼 Be careful, the current version is error prone and not really production ready. I need to reimplement it from scratch to make it less error-prone and faster. To answer your question, this was my first idea, but
Not sure what do you mean, can't |
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.
Hi, just curious. I’ve been using this solution in one of my projects, and it has really made working with state management much easier. Thanks for your hard work!
There’s just one thing that’s been bothering me. It’s not really a bug or a feature request, but more of a question:
Do you plan to simplify the @ annotation names?
For example:
@SolidState → @State
@solidEffect → @effect or @watch
Basically, removing the prefix.
I could wrap SolidProvider, but I’m not sure if wrapping @SolidState is possible as well (maybe it is?).
All reactions