Index
A
absolute imports 115
actions 94, 95
Action State Hook 165, 181, 201
form submission, handling 164
using 165-167
AddTodo component
defining 298, 299
migrating 317, 318
AddTodo component dynamic
making 307-309
App component
actions, defining 319
implementing 73-75
migrating 319-324
reducers, defining 319
App component dynamic
making 303-307
Application Programming Interface (API) 134
app reducer
defining 321
async/await construct 143-145
asynchronous functions 144
asynchronous Hooks
testing 288-290
B
backend server
db.json file, creating 134-137
json-server tool, installing 137, 138
package.json scripts, installing 138-140
proxy, configuring 140, 141
setting up 134
blocking UI
avoiding, with Transition Hook 171
Comment component, implementing 168
CommentList component, implementing 168
CommentSection component, implementing 169, 170
...