Skip to content

A starter seed app to demonstrate the use of React, Redux, Sagas

License

Notifications You must be signed in to change notification settings

moizKachwala/react-redux-app

Repository files navigation

React Redux Seed Application

A React Redux application that consumes mock data. It displays the list of books and on clicking the book it will redirect to details page. It shows the basic structure for the project and routing.

Uses:

  • React
  • Redux
  • React Router
  • Redux Thunk middleware
  • Linting
  • Express server
  • Hot reloading
  • Transformation from es6 to es5

Things yet to come:

  • Redux sagas
  • selectors
  • Api calls
  • layout
  • redux form
  • Authentication.

Play Live

How to Run the app.

Installing dependencies:

npm install

Starting Application

npm start

About

A starter seed app to demonstrate the use of React, Redux, Sagas

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published