Closed dy closed 4 years ago
That possibly can be spect hook, coupled with storage
aspect.
Same is for useAction
hook - they make not much sense as own abstraction.
Does not make much sense for it to implement BroadcastChannel
- usual case is just storing data.
If data have to be broadcast live - use useChannel
for that purpose.
Done!
High-level store/persistency provider.