Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(store): Add 'createSelector' and 'createFeatureSelector' utils #10

Merged
merged 1 commit into from
Apr 13, 2017

Conversation

MikeRyanDev
Copy link
Member

Adds a Reselect-inspired createSelector and createFeatureSelector. Only implements a minimal set of Reselect's features.

@brandonroberts brandonroberts merged commit 41758b1 into master Apr 13, 2017
@brandonroberts brandonroberts deleted the feat/create-selector branch April 13, 2017 15:47
@fxck
Copy link

fxck commented Apr 13, 2017

Can you explain why is this needed? Given how reselect is a tiny lib anyway.

@MikeRyanDev
Copy link
Member Author

@fxck Reselect is still going to be a more powerful library. We wanted to build in selector creation to better support other ngrx libraries (without adding a peer dependency on Reselect) and to start thinking about APIs for supporting feature modules (like the included createFeatureSelector).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants