FormidableLabs / redux-little-router

A tiny router for Redux that lets the URL do the talking.
MIT License
1.04k stars 114 forks source link

Use lodash.find instead of home-grown #163

Closed Lucretiel closed 7 years ago

tptee commented 7 years ago

We removed lodash.find a few releases ago because it bumped up bundle size significantly (it pulls in a lot of lodash internals). Thanks for the PR though! We may revisit this with the next major version of lodash.