Skip to content

Commit 640a3e0

Browse files
authored
Remove the todo list from the examples readme (#3613)
1 parent f99e50b commit 640a3e0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

examples/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,3 @@ cargo run --example hello_world
9999
[dog_app](./dog_app.rs) - Accesses dog API
100100

101101
[todomvc](./todomvc.rs) - Todo task list example
102-
103-
# TODO
104-
Missing Features
105-
- Fine-grained reactivity
106-
- Refs - imperative handles to elements
107-
- Function-driven children: Pass functions to make VNodes
108-
109-
Missing examples
110-
- Shared state
111-
- Root-less element groups
112-
- Custom elements
113-
- Component Children: Pass children into child components
114-
- Render To string: Render a mounted virtualdom to a string
115-
- Testing and Debugging

0 commit comments

Comments
 (0)