Redux strongly recommends to only keep serializable data in state, they have efficiencies around applying diffs, time travel, persistence, etc.
I want to store object instances like WebRTC streams and use a state management for that, I am wondering if unstated-next would behave well in this case?
Thanks for sharing this awesome project with the world! 💜
Hi 👋
Redux strongly recommends to only keep serializable data in state, they have efficiencies around applying diffs, time travel, persistence, etc.
I want to store object instances like WebRTC streams and use a state management for that, I am wondering if unstated-next would behave well in this case?
Thanks for sharing this awesome project with the world! 💜