Skip to content
Sebastian Jeckel edited this page May 23, 2014 · 10 revisions

(Note: Documentation is still work in progress.)

The documentation of Cpp.React consists of two parts: User guide and API Reference.

User guide

The user guide is a collection of articles introducing specific feature sets of the library.

Each article is divided into three sections:

  1. Motivation
  2. Tutorials
  3. Details

Motivation and tutorials explain the need for a given feature and demonstrate how to use it. The details section contains additional information about the inner workings, which is helpful when reasoning about performance implications.

The guide should generally be read in the listed order, because sometimes features from a previous guide are referenced. This does not include the details sections - they can be skipped during the first read.

Reference

The API reference...

Clone this wiki locally