# Basics

Don't be fooled by all the fancy talk about reducers, middleware, store enhancers—Redux is incredibly simple. If you've ever built a Flux application, you will feel right at home. If you're new to Flux, it's easy too!

In this guide, we'll walk through the process of creating a simple Todo app.

* [Actions](https://redux-ru.js.org/basics/actions)
* [Reducers](https://redux-ru.js.org/basics/reducers)
* [Store](https://redux-ru.js.org/basics/store)
* [Data Flow](https://redux-ru.js.org/basics/data-flow)
* [Usage with React](https://redux-ru.js.org/basics/usage-with-react)
* [Example: Todo List](https://redux-ru.js.org/basics/example-todo-list)
