The documentation of C++React consists of three parts:
A set of walkthroughs that demonstrate basic usage of all features.
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.
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.
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.
The code is hosted in a repository on GitHub.
Build instructions can be found there as well.