-
CSR
Client-Side Rendering.
Definition only -
Code Splitting
Divide application code into smaller bundles.
Definition only -
Debouncing
Delay execution until activity stops.
Definition only -
Eager Loading
Load resources immediately.
Definition only -
Hydration
Attaching client behaviour to server-rendered HTML.
Definition only -
ISR
Incremental Static Regeneration.
Definition only -
Progressive Rendering
Display content as it becomes available.
Definition only -
SSG
Static Site Generation.
Definition only -
SSR
Server-Side Rendering.
Definition only -
Skeleton Screen
Loading placeholder shaped like final content.
Definition only -
Throttling
Limit execution frequency.
Definition only -
Tree Shaking
Remove unused code from production bundles.
Definition only