Danilo Britto
Danilo Britto
@davidkpiano sure, let me update it
> > @davidkpiano sure, let me update it > > > > Hey @dbritto-dev - I'd like to update the comparison but it seems that the Zustand docs are still...
@pavitra-infocusp sure ```ts const [searchValue, setSearchValue] = useStore(useShallow((state) => [state.searchValue, state.setSearchValue])); ```
@mehimanshupatil here you go -> https://tsplay.dev/N57P9W
@wuarmin would you mind creating a minimal repro on stackblitz? I'd be happy to help
@dai-shi sure. BTW, we talked about that in `useStore`
@dai-shi @Yonom v5 looks good to me, some people think that the slice only get the slice state instead the whole store state when actually you get the whole store...