Skip to content

Commit

Permalink
improve instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed May 17, 2024
1 parent 003ee08 commit b05789c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions exercises/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,4 @@ slower, so developing a good understanding of how things work is important.
sure that the tradeoff is worth it. Don't optimize prematurely.
</callout-danger>

<callout-warning>Beware! Contrived examples ahead!</callout-warning>

Simple examples in React are not slow. React is pretty dang fast. Complex
examples are not instructive because it takes too much time and effort
understanding the example. So as a result, we'll be using contrived examples for
you to learn production-grade performance optimizations.

With that, let's get started!

0 comments on commit b05789c

Please sign in to comment.