We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03cab82 commit a2b0d29Copy full SHA for a2b0d29
1 file changed
exercises/README.mdx
@@ -64,22 +64,22 @@ built with React:
64
- Browser updates UI components
65
- Browser requests data
66
- Server generates data response
67
- - Browser sends JSON
+ - Server sends JSON
68
- Browser updates UI with JSON data
69
70
- User triggers state change (i.e., route change)
71
72
- Browser renders pending UI
73
- Browser requests new data
74
75
76
77
78
- User triggers action (i.e., form submission)
79
80
- Browser makes POST request
81
- Server performs action with POST body
82
83
84
85
</details>
0 commit comments