0

How to Use the react redux Package



Watch the complete course, Modern Web Apps With React and Redux: https://code.tutsplus.com/courses/modern-web-apps-with-react-and-redux?ec_promo=tuts_youtube&ec_unit=description&ec_topic=code

React is a JavaScript library for building user interfaces that has taken the web development world by storm. However, in a community that favours choice and flexibility, it can be hard to know where to start!
Not to worry—some patterns and modules have emerged as best practices. One of these is Redux for managing application state.
In this video from my course on Modern Web Apps With React and Redux, I’ll show you how to use the react-redux package. It’s a best practice in Redux applications to make a distinction between presentational components and container components. In this video, I’ll explain what these are and how we can use them.
I’ll be referring to code we’ve already created in earlier parts of the course, but you should be able to follow along and see what I’m doing. You can find the full source code for the course on GitHub: https://github.com/tutsplus/start-building-modern-web-apps-with-react-and-redux

Leave a Reply

Your email address will not be published. Required fields are marked *