erikras / erikras/react-redux-universal-hot-example
map-props plugin needed?
Open
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
This boilerplate is really good. But it can be made cleaner by removing certain over head plugins like`map-props`
The only benefit this plugin says to increase the reusability of dumb components. But at the cost of creating another object(props). But the same thing I can do inside `render function` and ensure the same level of re-usability.
Can someone please justify the advantages of keeping it in boilerplate.
Similarly with `invariant` plugin. They both are also not being used in the boilerplate.
Contributor guide
Assessment
This issue has not been assessed yet.