• Stars
    star
    1
  • Language
    JavaScript
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a React CRUD app without and then with REDUX.... felt like experimenting with my understanding of how all components of Redux store fit and work together. Hence I thought why not create a React app without Redux and convert it to React app with Redux. This process will help us understand the different components of Redux and how they work together. Also since we have a working non-Redux app it will be easier to understand the Redux paradigm. Most of the application that we create in real life are CRUD app hence the choice. Cheers