Replies: 1 comment 1 reply
-
|
Hi. Cool! Please send PR to docs with a link to your project. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Title: [Integration Package] nanostores-immer - Immer integration for nanostores
Hi nanostores team,
I've created an integration package that brings Immer's ergonomic state updates to nanostores. The package provides a simple way to use Immer's mutable syntax while maintaining nanostores' immutable updates under the hood.
Key features:
mut()method with Immer syntaxExample usage:
Repository: https://github.com/illuxiza/nanostores-immer
npm: https://www.npmjs.com/package/@illuxiza/nanostores-immer
Would love to have this listed as an official integration. Happy to make any adjustments needed to meet the project's standards.
Beta Was this translation helpful? Give feedback.
All reactions