An open API service indexing awesome lists of open source software.

https://github.com/bokuweb/react-tutorial-with-redux

react tutorial with redux
https://github.com/bokuweb/react-tutorial-with-redux

Last synced: about 1 year ago
JSON representation

react tutorial with redux

Awesome Lists containing this project

README

          

# react-tutorial-with-redux

React comment box example rewritten with Redux and ES6 example.

## Development

To run this example:
1. `npm i`
2. `npm run watch`
3. `npm start`
4. open http://localhost:3000/ in the browser

## Lisence

The examples provided by Facebook are for non-commercial testing and evaluation
purposes only. Facebook reserves all rights not expressly granted.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.