Charles Kornoelje

Results 31 issues of Charles Kornoelje

Fix typo Thanks for this package!

https://github.com/pmndrs/zustand/blob/main/docs/guides/slices-pattern.md

documentation

Can we add a merge option like persist middleware? Could we update zustand core to take a merge function? https://github.com/pmndrs/zustand/blob/fc2f85afff28e2ec3247c146d9996beae6cd6517/src/vanilla.ts#L79

Is there a way to use a custom debounce method? My project is using lodash/debounce and this package installs its own debounce dependency. In order to save bytes, can I...

Show that with function overloading, the useTemporalStore hook can be very useful.

documentation

Hi there, This project looks fantastic. On the marketing site, it says it supports "biometric and passkey auth" but I cannot find information about this on the documentation. Do you...

enhancement

Running the test command fails because `dist/client.js` is no longer a file that is created. To reproduce: 1. Clone repo 2. `npm i` 3. `npm run test`