Skip to content

Commit

Permalink
add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Apr 27, 2024
1 parent 12ea893 commit c33bd29
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion follow-ups.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ PR's that weren't backported yet, do they work?
- Make this work https://github.com/preactjs/preact/pull/3306
- https://github.com/preactjs/preact/pull/3696

## To backport

- https://github.com/preactjs/preact/pull/4043

## To consider

- Ref cleanup functions
- eliminate `forwardRef` completely

## Root node follow ups

- Investigate if the return value of `createRoot()` can be re-used as a root Node...
Expand All @@ -42,7 +51,6 @@ PR's that weren't backported yet, do they work?
## Backing Node follow ups

- Address many TODOs
- Move refs to internal renderCallbacks
- Consider converting Fragment (and other special nodes, e.g. root, Portal,
context?) to be numbers instead of functions with special diff handling

Expand Down

0 comments on commit c33bd29

Please sign in to comment.