Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.99 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.99 KB

Build Status Coverage Status Contact me on Codementor

Application UI

  • Click here for see the Live demo.
  • Click here for the tutorial post.

Motivation

media-gallery is a tutorial app to get all levels of React developers up to speed with how to architect a scalable, maintainable and testable react/redux application.

Technology used

  • React as the core infrastructure.
  • Redux for state management.
  • Redux-saga for handling async tasks with agility.

Modules covered

  1. Introduction.
  2. Project setup.
  3. Define action.
  4. Setup state management system.
  5. Define async task handlers.
  6. Create a container component.
  7. Create presentational component.
  8. Connect React component to redux store.
  9. Deploy app on Heroku.

Credit

Special credit goes to Facebook team for create-react-app

Sending Feedback

I am always open to your feedback.

Contributing

If you have ideas of how to make the app a good learning tool, open an issue.