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.
To follow along with this tutorial:
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.
To help you understand how Cerebral’s concepts come together in a real application, take a look at this TodoMVC implementation: