Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
AbortController
using, in asynchronous cancellation and timeouts 196-200
Adapter pattern 44
implementation 44-47
improvements/limitations 49-52
use cases 48
Angular 84
applications, composing with Next.js zones 150, 151
/checkout app, adding 157-162
/search app, adding 154-157
root app 151-154
team scaling, benefits 162, 163
asset loading optimization
async, using 262-267
defer, using 262-267
preload, using 267, 268
preconnect, using 267
prefetch, using 269
async/await syntax
used, for controlling sequential asynchronous operations 184-189
automatic static generation 119, 120
Automatic Static Optimization
reference link 119
AWS Simple Storage Service (S3) 112
B
backend for frontend (BFF) 150
batch function 205, 206...