Topic

#React

2 posts tagged “React”.

Takina Takina · · 3 min read

React Suspense, Explained

React Suspense lets components pause rendering while they wait on async data, showing a fallback UI instead of manual loading-state juggling.

#React #JavaScript #Frontend
Takina Takina · · 5 min read

React Server Components, Explained Without the Hype

React Server Components render exclusively on the server and stream a serialized result — no client JS shipped for that component. Here's what that actually means.

#React #Web Development #JavaScript

← All topics