|
4 | 4 | - Get Started: |
5 | 5 | - Quick Start: |
6 | 6 | - learn/quick-start.md |
7 | | - - "Tutorial: Tic-Tac-Toe π§" : learn/tutorial-tic-tac-toe.md |
8 | | - - Thinking in React : learn/thinking-in-react.md |
| 7 | + - "Tutorial: Tic-Tac-Toe π§": learn/tutorial-tic-tac-toe.md |
| 8 | + - Thinking in React: learn/thinking-in-react.md |
9 | 9 | - Installation: |
10 | 10 | - learn/installation.md |
11 | | - - Start a New React Project : learn/start-a-new-react-project.md |
12 | | - - Add React to an Existing Project π« : learn/add-react-to-an-existing-project.md |
13 | | - - Editor Setup : learn/editor-setup.md |
14 | | - - React Developer Tools π« : learn/react-developer-tools.md |
| 11 | + - Start a New React Project: learn/start-a-new-react-project.md |
| 12 | + - Add React to an Existing Project π«: learn/add-react-to-an-existing-project.md |
| 13 | + - Editor Setup: learn/editor-setup.md |
| 14 | + - React Developer Tools π«: learn/react-developer-tools.md |
15 | 15 | - More Tutorials: |
16 | | - - "Tutorial: React Bootstrap π«" : learn/tutorial-react-bootstrap.md |
17 | | - - "Tutorial: Material UI π«" : learn/tutorial-material-ui.md |
| 16 | + - "Tutorial: React Bootstrap π«": learn/tutorial-react-bootstrap.md |
| 17 | + - "Tutorial: Material UI π«": learn/tutorial-material-ui.md |
18 | 18 | - Learn React: |
19 | 19 | - Describing the UI: |
20 | | - - Your First Component π§ : learn/your-first-component.md |
21 | | - - Importing and Exporting Components π§ : learn/importing-and-exporting-components.md |
22 | | - - Writing Markup with PSX π« : learn/writing-markup-with-psx.md |
23 | | - - Python in PSX with Curly Braces π« : learn/python-in-psx-with-curly-braces.md |
24 | | - - Passing Props to a Component π§ : learn/passing-props-to-a-component.md |
25 | | - - Conditional Rendering π§ : learn/conditional-rendering.md |
26 | | - - Rendering Lists π§ : learn/rendering-lists.md |
27 | | - - Keeping Components Pure π§ : learn/keeping-components-pure.md |
| 20 | + - Your First Component π§: learn/your-first-component.md |
| 21 | + - Importing and Exporting Components π§: learn/importing-and-exporting-components.md |
| 22 | + - Writing Markup with PSX π«: learn/writing-markup-with-psx.md |
| 23 | + - Python in PSX with Curly Braces π«: learn/python-in-psx-with-curly-braces.md |
| 24 | + - Passing Props to a Component π§: learn/passing-props-to-a-component.md |
| 25 | + - Conditional Rendering π§: learn/conditional-rendering.md |
| 26 | + - Rendering Lists π§: learn/rendering-lists.md |
| 27 | + - Keeping Components Pure π§: learn/keeping-components-pure.md |
28 | 28 | - Adding Interactivity: |
29 | | - - Responding to Events π§ : learn/responding-to-events.md |
30 | | - - "State: A Component's Memory π§" : learn/state-a-components-memory.md |
31 | | - - Render and Commit π§ : learn/render-and-commit.md |
32 | | - - State as a Snapshot π§ : learn/state-as-a-snapshot.md |
33 | | - - Queueing a Series of State Updates π§ : learn/queueing-a-series-of-state-updates.md |
34 | | - - Updating Objects in State π§ : learn/updating-objects-in-state.md |
35 | | - - Updating Arrays in State π§ : learn/updating-arrays-in-state.md |
| 29 | + - Responding to Events π§: learn/responding-to-events.md |
| 30 | + - "State: A Component's Memory π§": learn/state-a-components-memory.md |
| 31 | + - Render and Commit π§: learn/render-and-commit.md |
| 32 | + - State as a Snapshot π§: learn/state-as-a-snapshot.md |
| 33 | + - Queueing a Series of State Updates π§: learn/queueing-a-series-of-state-updates.md |
| 34 | + - Updating Objects in State π§: learn/updating-objects-in-state.md |
| 35 | + - Updating Arrays in State π§: learn/updating-arrays-in-state.md |
36 | 36 | - Managing State: |
37 | | - - Reacting to Input with State π§ : learn/reacting-to-input-with-state.md |
38 | | - - Choosing the State Structure π§ : learn/choosing-the-state-structure.md |
39 | | - - Sharing State Between Components π§ : learn/sharing-state-between-components.md |
40 | | - - Preserving and Resetting State π§ : learn/preserving-and-resetting-state.md |
41 | | - - Extracting State Logic into a Reducer π§ : learn/extracting-state-logic-into-a-reducer.md |
42 | | - - Passing Data Deeply with Context π§ : learn/passing-data-deeply-with-context.md |
43 | | - - Scaling Up with Reducer and Context π§ : learn/scaling-up-with-reducer-and-context.md |
| 37 | + - Reacting to Input with State π§: learn/reacting-to-input-with-state.md |
| 38 | + - Choosing the State Structure π§: learn/choosing-the-state-structure.md |
| 39 | + - Sharing State Between Components π§: learn/sharing-state-between-components.md |
| 40 | + - Preserving and Resetting State π§: learn/preserving-and-resetting-state.md |
| 41 | + - Extracting State Logic into a Reducer π§: learn/extracting-state-logic-into-a-reducer.md |
| 42 | + - Passing Data Deeply with Context π§: learn/passing-data-deeply-with-context.md |
| 43 | + - Scaling Up with Reducer and Context π§: learn/scaling-up-with-reducer-and-context.md |
44 | 44 | - Escape Hatches: |
45 | | - - Referencing Values with Refs π§ : learn/referencing-values-with-refs.md |
46 | | - - Manipulating the DOM with Refs π§ : learn/manipulating-the-dom-with-refs.md |
47 | | - - Synchronizing with Effects π§ : learn/synchronizing-with-effects.md |
48 | | - - You Might Not Need an Effect π§ : learn/you-might-not-need-an-effect.md |
49 | | - - Lifecycle of Reactive Effects π§ : learn/lifecycle-of-reactive-effects.md |
50 | | - - Separating Events from Effects π§ : learn/separating-events-from-effects.md |
51 | | - - Removing Effect Dependencies π§ : learn/removing-effect-dependencies.md |
52 | | - - Reusing Logic with Custom Hooks π§ : learn/reusing-logic-with-custom-hooks.md |
53 | | - - Communicating Data Between Server and Client π§ : learn/communicate-data-between-server-and-client.md |
54 | | - - Convert Between VDOM and HTML π§ : learn/convert-between-vdom-and-html.md |
55 | | - - VDOM Mutations π§ : learn/vdom-mutations.md |
56 | | - - Creating VDOM Event Handlers π§ : learn/creating-vdom-event-handlers.md |
57 | | - - Creating HTML Tags π§ : learn/creating-html-tags.md |
58 | | - - Creating Backends π§ : learn/creating-backends.md |
59 | | - - Manually Register a Client π§ : learn/manually-register-a-client.md |
| 45 | + - Referencing Values with Refs π§: learn/referencing-values-with-refs.md |
| 46 | + - Manipulating the DOM with Refs π§: learn/manipulating-the-dom-with-refs.md |
| 47 | + - Synchronizing with Effects π§: learn/synchronizing-with-effects.md |
| 48 | + - You Might Not Need an Effect π§: learn/you-might-not-need-an-effect.md |
| 49 | + - Lifecycle of Reactive Effects π§: learn/lifecycle-of-reactive-effects.md |
| 50 | + - Separating Events from Effects π§: learn/separating-events-from-effects.md |
| 51 | + - Removing Effect Dependencies π§: learn/removing-effect-dependencies.md |
| 52 | + - Reusing Logic with Custom Hooks π§: learn/reusing-logic-with-custom-hooks.md |
| 53 | + - Communicating Data Between Server and Client π§: learn/communicate-data-between-server-and-client.md |
| 54 | + - Convert Between VDOM and HTML π§: learn/convert-between-vdom-and-html.md |
| 55 | + - VDOM Mutations π§: learn/vdom-mutations.md |
| 56 | + - Creating VDOM Event Handlers π§: learn/creating-vdom-event-handlers.md |
| 57 | + - Creating HTML Tags π§: learn/creating-html-tags.md |
| 58 | + - Creating Backends π§: learn/creating-backends.md |
| 59 | + - Manually Register a Client π§: learn/manually-register-a-client.md |
60 | 60 | - Reference: |
61 | 61 | - Hooks: |
62 | | - - Use State π§ : reference/use-state.md |
63 | | - - Use Effect π§ : reference/use-effect.md |
64 | | - - Use Context π§ : reference/use-context.md |
65 | | - - Use Reducer π§ : reference/use-reducer.md |
66 | | - - Use Callback π§ : reference/use-callback.md |
67 | | - - Use Memo π§ : reference/use-memo.md |
68 | | - - Use Ref π§ : reference/use-ref.md |
69 | | - - Use Debug Value π§ : reference/use-debug-value.md |
70 | | - - Use Connection π§ : reference/use-connection.md |
71 | | - - Use Scope π§ : reference/use-scope.md |
72 | | - - Use Location π§ : reference/use-location.md |
73 | | - - Use ID π« : reference/use-id.md |
74 | | - - Use Deferred Value π« : reference/use-deferred-value.md |
75 | | - - Use Imperative Handle π« : reference/use-imperative-handle.md |
76 | | - - Use Insertion Effect π« : reference/use-insertion-effect.md |
77 | | - - Use Layout Effect π« : reference/use-layout-effect.md |
78 | | - - Use Sync External Store π« : reference/use-sync-external-store.md |
79 | | - - Use Transition π« : reference/use-transition.md |
| 62 | + - Use State π§: reference/use-state.md |
| 63 | + - Use Effect π§: reference/use-effect.md |
| 64 | + - Use Context π§: reference/use-context.md |
| 65 | + - Use Reducer π§: reference/use-reducer.md |
| 66 | + - Use Callback π§: reference/use-callback.md |
| 67 | + - Use Memo π§: reference/use-memo.md |
| 68 | + - Use Ref π§: reference/use-ref.md |
| 69 | + - Use Debug Value π§: reference/use-debug-value.md |
| 70 | + - Use Connection π§: reference/use-connection.md |
| 71 | + - Use Scope π§: reference/use-scope.md |
| 72 | + - Use Location π§: reference/use-location.md |
| 73 | + - Use ID π«: reference/use-id.md |
| 74 | + - Use Deferred Value π«: reference/use-deferred-value.md |
| 75 | + - Use Imperative Handle π«: reference/use-imperative-handle.md |
| 76 | + - Use Insertion Effect π«: reference/use-insertion-effect.md |
| 77 | + - Use Layout Effect π«: reference/use-layout-effect.md |
| 78 | + - Use Sync External Store π«: reference/use-sync-external-store.md |
| 79 | + - Use Transition π«: reference/use-transition.md |
80 | 80 | - HTML Tags: |
81 | | - - Common Props π§ : reference/common-props.md |
82 | | - - Usage π§ : reference/usage.md |
| 81 | + - Common Props π§: reference/common-props.md |
| 82 | + - Usage π§: reference/usage.md |
83 | 83 | - Backends: |
84 | | - - FastAPI π§ : reference/fastapi.md |
85 | | - - Flask π§ : reference/flask.md |
86 | | - - Sanic π§ : reference/sanic.md |
87 | | - - Starlette π§ : reference/starlette.md |
88 | | - - Tornado π§ : reference/tornado.md |
89 | | - - Django π§ : reference/django.md |
90 | | - - Jupyter π§ : reference/jupyter.md |
91 | | - - Plotly Dash π§ : reference/plotly-dash.md |
92 | | - - Protocol Structure π§ : reference/protocol-structure.md |
93 | | - - Client API π§ : reference/client-api.md |
| 84 | + - FastAPI π§: reference/fastapi.md |
| 85 | + - Flask π§: reference/flask.md |
| 86 | + - Sanic π§: reference/sanic.md |
| 87 | + - Starlette π§: reference/starlette.md |
| 88 | + - Tornado π§: reference/tornado.md |
| 89 | + - Django π§: reference/django.md |
| 90 | + - Jupyter π§: reference/jupyter.md |
| 91 | + - Plotly Dash π§: reference/plotly-dash.md |
| 92 | + - Protocol Structure π§: reference/protocol-structure.md |
| 93 | + - Client API π§: reference/client-api.md |
94 | 94 | - About ReactPy: |
95 | | - - Changelog π§ : about/changelog.md |
96 | | - - Community π§ : about/community.md |
97 | | - - Running Tests π§ : about/running-tests.md |
98 | | - - Contributing Code π§ : about/code.md |
99 | | - - Contributing Documentation π§ : about/docs.md |
| 95 | + - Changelog π§: about/changelog.md |
| 96 | + - Community π§: about/community.md |
| 97 | + - Running Tests π§: about/running-tests.md |
| 98 | + - Contributing Code π§: about/code.md |
| 99 | + - Contributing Documentation π§: about/docs.md |
100 | 100 |
|
101 | 101 | theme: |
102 | 102 | name: material |
|
0 commit comments