File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,22 +64,22 @@ built with React:
64
64
- Browser updates UI components
65
65
- Browser requests data
66
66
- Server generates data response
67
- - Browser sends JSON
67
+ - Server sends JSON
68
68
- Browser updates UI with JSON data
69
69
70
70
- User triggers state change (i.e., route change)
71
71
72
72
- Browser renders pending UI
73
73
- Browser requests new data
74
74
- Server generates data response
75
- - Browser sends JSON
75
+ - Server sends JSON
76
76
- Browser updates UI with JSON data
77
77
78
78
- User triggers action (i.e., form submission)
79
79
- Browser renders pending UI
80
80
- Browser makes POST request
81
81
- Server performs action with POST body
82
- - Browser sends JSON
82
+ - Server sends JSON
83
83
- Browser updates UI with JSON data
84
84
85
85
</details >
You can’t perform that action at this time.
0 commit comments