Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Apr 14, 2024
1 parent 1c0aadf commit 8f718d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/content/blog/0.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,9 +642,9 @@ rsx!(


### ⚡ Performance improvements
The measuring of nodes with special alignments, specially when there are a few nested will be faster than before because it now requires less phases.
The measuring of layout, specially when there are a few nested special alignments will be faster than before because it now requires less phases.

Incremental layout is now also more precise than before only remeasuring those nodes that have been truly affected by the UI changes.
Incremental layout is now also more precise than before, by remeasuring only those nodes that have been truly affected by the UI changes.

## 🖌️ Styling

Expand Down

0 comments on commit 8f718d7

Please sign in to comment.