Redux is a predictable state container for JavaScript apps.
Take a look here to find out what it looks like.
* This is a single page App searching movie data with a json open api.
* You can find out how to use redux-thunk with axios.
- create-react-app
- redux
- react-redux axios
- axios
- redux-thunk
- react-loading-animation
- surge.sh
-
redux-thunk branch: http://unruly-fifth.surge.sh
-
redux-promise-middleware branch: to be updated.
All you need to do is clone or download this repository
git clone https://github.com/jongbochung/redux-thunk.git
To start this application run command bellow
yarn
To test your application, run
yarn start
This is also watching for changes, so when you update some code, you don’t have to restart the server, it does that automatically
Simple, single-command web publishing. Publish HTML, CSS, and JS for free, without leaving the command line.
- Don't forge to install Surge
npm i surge -g
- Check out more detail here