We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5059a commit 9eb2dabCopy full SHA for 9eb2dab
exercises/03.client-components/README.mdx
@@ -17,7 +17,7 @@ enables mixing server-rendered components with client-rendered components.
17
Server components should be used for things that come from the server and don't
18
have client-side interactivity. For example, let's say you're building a todo
19
list. The list of items can be rendered by the server. And the button to mark
20
-them as complete/uncomplete can even be rendered by the server as well.
+them as complete/incomplete can even be rendered by the server as well.
21
22
However, if you want to implement optimistic UI for the checkbox to make the
23
user experience feel faster, you're going to need to manage state on the client
0 commit comments