[beta] Tweak usestate.md (#4310)

Hopefully people know you can do things other than render it but most of our examples have it in the JSX directly, so it might help to be explicit.
This commit is contained in:
Sophie Alpert
2022-02-07 16:23:23 -08:00
committed by GitHub
parent cfa3670fa2
commit edac1430f2

View File

@@ -121,7 +121,7 @@ To change the state, call the state setter function with the next state value. R
<AnatomyStep title="Render state in the UI">
Use the state in your JSX.
Use the state in your JSX or component logic.
</AnatomyStep>