Skip to content

Commit

Permalink
Fix link to dynamic rendering page
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard committed Sep 28, 2023
1 parent 5b01900 commit b928d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/0.4/en/cookbook/optimizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Let's talk about how you can improve your Dioxus code to be more performant.
It's important to minimize the number of dynamic parts in your `rsx`, like conditional rendering.
When Dioxus is rendering your component, it will skip parts that are the same as the last render.
That means that if you keep dynamic rendering to a minimum, your app will speed up, and quite a bit if it's not just hello world.
To see an example of this, check out [Dynamic Rendering](../reference/dynamic_rendering.md?phantom=improving-the#improving-the).
To see an example of this, check out [Dynamic Rendering](../reference/dynamic_rendering.md).

Also check out [Anti-patterns](antipatterns.md) for patterns that you should avoid.
Obviously, not all of them are just about performance, but some of them are.
Expand Down

0 comments on commit b928d4b

Please sign in to comment.