Seeking Advice on Using `effect/Record` with Zustand and Visualizing Record Functions
i've been stung a few times with using
effect/Record
effect/Record
in zustand - i just find spreads gross and immer slow/clunkily imperative, but I keep getting it wrong with
effect/Record
effect/Record
and wondered if anyone had some advice about this stuff?
failing that I was thinking about creating a visual experience along the lines of kit langton's awesome examples to show all the different Record functions and how they work inside a zustand store, vs in selectors and what gotchas etc there are too