> For the complete documentation index, see [llms.txt](https://redux-ru.js.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://redux-ru.js.org/basics.md).

# 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](/basics/actions.md)
* [Reducers](/basics/reducers.md)
* [Store](/basics/store.md)
* [Data Flow](/basics/data-flow.md)
* [Usage with React](/basics/usage-with-react.md)
* [Example: Todo List](/basics/example-todo-list.md)
