/React-Redux-Example

This project is an example code for reactjs with redux.

Primary LanguageJavaScript

React.js / Redux Example Project

This is a example code based on reactjs and redux that i have made to learn reactjs/redux. It is initially created with "create-react-app". Just have a look at the different branches that i made to learn it step by step.

This code is based on different tutorials and websites.

The main branch is the master branch. There is the working example.

Used technologies and frameworks:

  • Reactjs
  • Redux
  • axios
  • redux-logger
  • redux-thunk (for async redux dispatches)
  • redux-promise-middleware (for easier api/ajax calls)

Branches

Check out the other branches i have made. Every branch is a a little bit more detailed/complex. Main branch is the master branch.

Get started

Install all dependencies for the application.

npm install

--

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm start

--

Feel free to contribute and correct mistakes if you want to.