reduxjs / react-redux

Official React bindings for Redux
https://react-redux.js.org
MIT License
23.37k stars 3.37k forks source link

ReactRedux vs react-redux #166

Closed awendland closed 9 years ago

awendland commented 9 years ago

I am curious why the umd module name for this library is "ReactRedux" instead of "react-redux" like the example code using import ... from 'react-redux'? I believe that this is causing module resolution errors with my Browserify-ed bundle.

awendland commented 9 years ago

My browserify configuration was incorrect. Sorry about raising this non-issue