From the course: Building Modern Projects with React

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Meet the React ecosystem tools

Meet the React ecosystem tools

From the course: Building Modern Projects with React

Start my 1-month free trial

Meet the React ecosystem tools

- So now that we know the basic benefits of using React Ecosystem tools in our code base, namely that they help us effectively separate our concerns we'll see exactly how to do this in later videos. Let's briefly go through each of the Ecosystem pieces that we'll be covering later in the course. Keep in mind that goal here is just to get a 10,000 foot view of each piece and how it fits into our code base. We'll go into much more detail about each individual piece later on. The first tool we'll be learning about and incorporating into our code base is called Redux. This is without a doubt the most popular add-on in the React Ecosystem. Its main purpose is to help us manage the state of our React applications in an effective and relatively bug-free way. And to do this it uses what's called the Flux Architecture, a very fancy name for a pretty simple concept which we'll go into more depth on later in the course. The next tool…

Contents