Redux

Goals

Gain muxo Karma

What the hell is redux?

Why we use it?

CQS

It states that every method should either be a command that performs an action, or a query that returns data to the caller, but not both.

Core concepts

Store

Actions

Action creators

Reducers

Middlewares

Redux

By Ismael Bakkali