Home

C++React

The documentation of C++React consists of three parts:

Tutorials

A set of walkthroughs that demonstrate basic usage of all features.

Topical Guides

Complementary to the practical tutorials, topical guides take on a more technical perspective. This allows to gain a deeper understanding of the core concepts and their implementation.

API Reference

A detailed description of all elements that make up the interface of this library, useful to lookup specific information.

The API reference is always accessible through the navigation panel on the left.


Getting started

Learning

A good place to start learning about motivation and basic concepts of this library is the Introduction to C++React.

After that, the tutorials provide a more detailed tour through all features.

Obtaining the code

The code is hosted in a repository on GitHub.

Build instructions can be found there as well.


More examples

Signals vs. callbacks