avkonst / hookstate

The simple but very powerful and incredibly fast state management for React that is based on hooks
https://hookstate.js.org
MIT License
1.65k stars 107 forks source link

use serializable and identifiable extensions in broadcasted and devtools extensions #314

Open avkonst opened 2 years ago

avkonst commented 2 years ago

Broadcasted/Devtools can broadcast only certain types. If serializable extension is added to a state, the broadcased/devtools extension could use this (like localstored extension) to pack/unpack broadcasted data. This would allow to support advanced custom user's types in a state with the broadcasted/devtools plugin.

avkonst commented 2 years ago

This feature is parked until the expression of interest is received from the community and users