Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 600 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 600 Bytes
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 2 column 22
---
id: basic-tutorial
title: Basic Tutorial: Intro
sidebar_label: Basic Tutorial: Intro
hide_title: true
---

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.