FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Updated readme. · jchjava/cpp.react@04bf0eb · GitHub

Commit 04bf0eb

Browse files
committed
Updated readme.
1 parent 8bfd198 commit 04bf0eb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

‎README.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ SignalT<int> area = MakeSignal(
8686
});
8787
```
8888
```
89-
// Signal values can be accessed imperativly at any time, but only VarSignals can be directly manipulated.
89+
// Signal values can be accessed imperativly at any time,
90+
// but only VarSignals can be directly manipulated.
9091
cout << "area: " << area.Value() << endl; // => area: 2
9192

9293
// Width changed, so area is re-calculated automatically
@@ -103,6 +104,8 @@ SignalT<int> area = width * height;
103104

104105
## Events and Observers
105106

107+
Event streams represent flows of discrete values. They are first-class objects and can be merged, filtered, transformed or composed to more complex types:
108+
106109
```C++
107110
using namespace std;
108111
using namespace react;

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL