Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/safdarjamal/redux-helloworld

Basic React hello world app. => Refactor to use Redux.
https://github.com/safdarjamal/redux-helloworld

javascript jsx react react-for-beginners reatctjs redux redux-application redux-for-beginners redux-helloworld ui

Last synced: 25 days ago
JSON representation

Basic React hello world app. => Refactor to use Redux.

Awesome Lists containing this project

README

        

# Redux Hello World;

This is a simple React app with the sole aim of being refactored to use Redux. Pretty basic stuff. Ideal for Absolute Redux beginners.


Redux in Action

## Directions

1. Clone the repo
`git clone https://github.com/SafdarJamal/redux-helloworld.git`

2. Change directory
`cd redux-helloworld`

3. Run the application
`npm i && npm start`

4. Go on and refactor to use Redux!