erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12k stars 2.5k forks source link

map-props plugin needed? #1286

Open aseem2625 opened 8 years ago

aseem2625 commented 8 years ago

This boilerplate is really good. But it can be made cleaner by removing certain over head plugins likemap-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.