-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat: add zustand playground #3209
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
base: main
Are you sure you want to change the base?
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
We can't guarantee to keep it in the future, because there are many playground solutions, one of which we generally prefer is stackblitz. But, I'm fine to add yours for now and see how it goes. @dbritto-dev Thoughts? |
|
@dai-shi I don't see any benefits on adding another playground to the list |
@dbritto-dev Thank you for reviewing this PR. I completely understand your perspective. Personally, I find this lightweight approach offers better experience for quickly testing small demos since tools like StackBlitz and CodeSandbox require dependency installation first, which makes initial loading slower. This is just my personal observation - those tools are probably better suited for more complex cases. Regardless of whether this gets merged or not, I'm truly happy and honored to have participated in this discussion. Really appreciate the opportunity! |
|
@Triumph-light but they're a bunch of alternatives to that even codepen, jsbin, jsfiddle, etc |
|
We used to have a playground link (codesandbox, which is no longer available and deleted) in our readme, so it's nice to have one. |
PR Description:
Hi @dai-shi 👋
As a heavy Zustand user and React developer, I built a Playground for testing and prototyping state management in my projects. Since Zustand is my go-to state library, I thought this could be valuable for the community.
It serves two main purposes:
Key features:
I'll maintain it alongside library updates
Happy to adjust the structure or location as needed. Thanks for your great work!😆