What is redux and what is used?

Hi everyone,

I have completed my react task, now I am working on redux but it’s boring and not understandable.

Can I skip this section? if yes but next section is react with redux.

Please tell me, What can I do?

1 Like

In terms of what is it and how is it used, just googling “redux” gets you the official docs:

Redux is a predictable state container for JavaScript apps.
(Not to be confused with a WordPress framework – Redux Framework.)

It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as live code editing combined with a time traveling debugger.

You can use Redux together with React, or with any other view library.

In terms of skipping it, that’s up to you. You’re learning for yourself.

Thanks, @ArielLeslie,

As you can see the above image, I have resolved given task without any help but it’s going like a bouncer ball.

If I will complete the given task it will understand in react and redux section?

I can’t guarantee that you’ll understand everything. I expect that you’ll have to use outside resources to get a full understanding and to guide you when you try to use it for your own projects. FCC provides you with an introduction so that you can know what you’re looking for.

Thanks @ArielLeslie.