Documentation
Welcome to the Caper documentation. Here you'll find everything you need to know about building applications with Caper's simple state management model.
Core Concepts
Caper is built on the Actor model, bringing its powerful message-passing architecture to React applications. Learn about how Caper simplifies state management through a single message channel and plain JavaScript state.
Learn Core ConceptsAPI Reference
Explore Caper's React integration API. From creating actors to handling messages and managing state, learn how to use Caper's simple yet powerful tools in your React applications.
View API ReferenceInstallation
Get started with Caper in your project. Learn how to install and configure Caper, and start building applications with its simple state management model.
Installation Guide