Hacker News new | ask | show | jobs
by azangru 2144 days ago
> I plan on removing both of those when we release Redux v5.

Gasp! Will redux store no longer be an observable then?

1 comments

`symbol-observable` is just a polyfill lib for `Symbol.observable()`. Worst case, we copy-paste the 2 lines of code directly into our codebase just to remove that dependency. The Redux store will still implement the observable contract.