0.0.2 • Published 6 years ago

@chidumennamdi/react-redux v0.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

_React Redux

My own implementation of React Redux.

I think I will call it Un-Official React bindings for Redux.

Installation

npm i @chidumennamdi/react-redux --save

Contributing

  1. Create an issue. First look through the open issues.
  2. Clone the repository or fork it.

     git clone https://github.com/philipszdavido/_react-redux
  1. Create your feature branch:

     git checkout -b new-feature
  2. Commit your changes:

     git commit -m 'Add some feature'
  3. Push to the branch:

     git push origin new-feature
  4. Submit a pull request.