-
Notifications
You must be signed in to change notification settings - Fork 131
Home
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.
The user guide is a collection of articles introducing specific feature sets of the library.
Each article is divided into three sections:
- Motivation
- Tutorials
- 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.
The API reference...