Skip to content

Commit

Permalink
docs: update TODO items
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 14, 2024
1 parent 006e6b1 commit 52fe114
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,16 @@
- [ ] attributes and attribute value (key)
- [ ] removing children and setting attributes
- [ ] Make the fancy-ui example work

- [ ] Change Patch to use PatchTarget, where TargetNode
will be specified for StatefulComponents
- This is necessary since StatefulComponents child container is
not necessarily the root node.
- Alternative way is to convert child_container to TreePath by searching
for it from the root node
- [ ] Make the fancy-ui example work
- [ ] Rename local variables to their descriptive name
- batch_pending_cmds -> batch_pending_dispatch
- init_cmd -> init_dispatch;

## Performance
- [X] Fix the reported issues with benchmarks
Expand Down

0 comments on commit 52fe114

Please sign in to comment.