We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc0fb6 commit 0122e45Copy full SHA for 0122e45
docs/architecture/react.md
@@ -1,5 +1,11 @@
1
# React, etc.
2
3
+(**2022 note:** This doc is in terms of the old-style React API, where
4
+nontrivial components are typically implemented as classes. Today, most of
5
+our components are implemented in the React API's new style, as function
6
+components using Hooks. The principles below still largely apply, but much
7
+of the API is different.)
8
+
9
This doc describes how we use React and closely related libraries like
10
Redux, and how we apply the architectural ideas associated with them.
11
0 commit comments