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

Replace some utility internals with lodash functions #17

Open
sohkai opened this issue Jul 12, 2016 · 0 comments
Open

Replace some utility internals with lodash functions #17

sohkai opened this issue Jul 12, 2016 · 0 comments
Assignees

Comments

@sohkai
Copy link
Contributor

sohkai commented Jul 12, 2016

  • Use babel-plugin-lodash
  • selectFromObject can be replaced by a combination of _.pick and _.pickby
  • omitFromObject can be replaced by a combination of _.omit and _.omitBy

Would be nice to write tests for these utils and then move over to using lodash after.

@sohkai sohkai self-assigned this Jul 12, 2016
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

No branches or pull requests

1 participant