Skip to content

Commit 4f2f005

Browse files
authored
Update README.md
1 parent 8508897 commit 4f2f005

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,17 @@ Developed with dev snapshot of swift and matching wasm SDK.
88

99
## Things to figure out
1010

11-
- isolation and @MainActor stuff for reusable types (server-side-rendering and client apps)
11+
- embedded-port of Observation
1212
- identity system and list-diffing
1313
- lifecycle events and proper "unmounting" (currently node are just "dropped")
1414
- @State system (maybe that help with isolation?)
1515
- typed event handlers
1616
- "model-bindings" for inputs (ie: bind a @Binding<String> to a textbox, or bind a @Binding<Bool> on a check box)
1717
- @Environment system
1818
- preference system (ie: bubbling up values)
19+
- isolation and @MainActor stuff for reusable types (server-side-rendering and client apps)
1920
- decide whether the current idea of `Views` flattening themselves into renderalbe types is even necessary, or if views should just "apply" themselves into the reconciler - might be a bit messier, but maybe faster and more flexible
2021

21-
...ideally all in a potentially embedded-friendly way (ie: no runtime reflection).
22-
2322
## Command Graveyard
2423

2524
```

0 commit comments

Comments
 (0)