Arnel Enero
Arnel Enero
Hi. Since simpler-state's API was primarily designed to be used with Hooks, the class-based support has remained undocumented. But if you're not using TypeScript, there is one method on the...
> Thanks, @arnelenero that would work. I'll have to make an interface since I'm using TS. But in the meanwhile, I found out that I could also create a function-based...
This is an interesting use-case. This can be something that could be built complementary to the persistence plug-in. But since even Redux Sync State uses a third-party BroadcastChannel (because official...
@jalasem My rough idea is: - Use persistence plug-in on each entity that you wish synchronized - Your tab sync plug-in will then implement an override for the `set` method...