Tutorial

Introduction 

Welcome to the Cerebral tutorial! This guide will walk you through the core concepts of Cerebral and help you build your first application. By the end of this tutorial, you’ll understand how Cerebral’s state management works and how to structure your application logic.

If you are interested in learning about the concepts of Cerebral first, you can read an introduction to the architecture or dig into the details.

Getting Started 

To follow along with this tutorial:

  1. Make sure you have completed the get started guide
  2. Download and install the Cerebral debugger
  3. Create a new project or use the provided Codesandbox examples

As you work through the documentation, you’ll see special information boxes like these:

It means you get some general information or a tip about the topic at hand.

And when you see this:

It is important that you read it to avoid being confused by something.

Example Application 

To help you understand how Cerebral’s concepts come together in a real application, take a look at this TodoMVC implementation: