aweary / react-copy-write

✍️ Immutable state with a mutable API
MIT License
1.79k stars 54 forks source link

Add createSelector export #35

Closed aweary closed 6 years ago

aweary commented 6 years ago

This will be the recommended way to create selectors that can be optimized. Right now I'm not sure how I want to do that (#9 is the first attempt, but it's I think its over-engineered)

I want people to start using createSelector now, so that I can enable optimizations in the future. So just export a dummy version of it for now.