1
0
Jonathan Kelley 3 жил өмнө
parent
commit
12a9758c3c

+ 2 - 0
docs/guide/src/README.md

@@ -19,6 +19,8 @@ fn App((cx, props): Component<()>) -> Element {
 The Dioxus API and patterns closely resemble React - if this guide is lacking in any general concept or an error message is confusing, we recommend substituting "React" for "Dioxus" in your web search terms. A major goal of Dioxus is to provide a familiar toolkit for UI in Rust, so we've chosen to follow in the footsteps of popular UI frameworks (React, Redux, etc) - if you know React, then you already know Dioxus. If you don't know either, this guide will still help you!
 
 
+> This is introduction book! For advanced topics, check out the [Reference Guide]() instead.
+
 ### Web Support
 ---
 

+ 16 - 0
docs/guide/src/SUMMARY.md

@@ -13,6 +13,22 @@
   - [Event handlers](concepts/event_handlers.md)
   - [User Input and Controlled Components](concepts/errorhandling.md)
   - [Lifecycle, updates, and effects](concepts/lifecycles.md)
+
+<!-- Responding to Events
+State: A Component's Memory
+Render and Commit
+State as a Snapshot
+Queueing a Series of State Updates
+Updating Objects in State
+Updating Arrays in State -->
+
+<!-- Reacting to Input with State
+Choosing the State Structure
+Sharing State Between Components
+Preserving and Resetting State
+Extracting State Logic into a Reducer
+Passing Data Deeply with Context
+Scaling Up with Reducer and Context -->
 - [Managing State](concepts/managing_state.md)
   - [Hooks and Internal State](concepts/hooks.md)
   - [Global State](concepts/sharedstate.md)

+ 0 - 0
docs/reference/README.md → docs/reference/src/README.md


+ 0 - 0
docs/reference/SUMMARY.md → docs/reference/src/SUMMARY.md