Forem

# suspense

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
React 19, Waku, react-enhanced-suspense and Server Actions: how to fetch data efficiently in the Client
Cover image for React 19, Waku, react-enhanced-suspense and Server Actions: how to fetch data efficiently in the Client

React 19, Waku, react-enhanced-suspense and Server Actions: how to fetch data efficiently in the Client

1
Comments
4 min read
is it necessary to use lazy 😴 and suspense 🕵 everywhere in the repo? 👨‍💻 this could cause CLS 📊 issue in web performance.

is it necessary to use lazy 😴 and suspense 🕵 everywhere in the repo? 👨‍💻 this could cause CLS 📊 issue in web performance.

1
Comments
2 min read
How to used Suspense?
Cover image for How to used Suspense?

How to used Suspense?

1
Comments
2 min read
Async React with Suspense

Async React with Suspense

4
Comments
8 min read
Suspense, client components and static rendering in Next 13
Cover image for Suspense, client components and static rendering in Next 13

Suspense, client components and static rendering in Next 13

3
Comments 4
7 min read
Using loading.js and Suspense in Next 13
Cover image for Using loading.js and Suspense in Next 13

Using loading.js and Suspense in Next 13

10
Comments
9 min read
Suspense in React ? Most Important component

Suspense in React ? Most Important component

8
Comments
2 min read
Suspense in React 18

Suspense in React 18

1
Comments 1
5 min read
How Suspense works in React18
Cover image for How Suspense works in React18

How Suspense works in React18

29
Comments 8
6 min read
Lazy Loading React Components (with react.lazy and suspense)

Lazy Loading React Components (with react.lazy and suspense)

4
Comments 1
1 min read
React 18: Streaming SSR with Suspense and data fetching on the server (How to)

React 18: Streaming SSR with Suspense and data fetching on the server (How to)

23
Comments 2
3 min read
How to fetch data in React with Suspense and ErrorBoundary

How to fetch data in React with Suspense and ErrorBoundary

7
Comments
2 min read
Suspense in Svelte: Writing Components That Don't Care

Suspense in Svelte: Writing Components That Don't Care

16
Comments
3 min read
A First Look at React 18 with Vite and Netlify
Cover image for A First Look at React 18 with Vite and Netlify

A First Look at React 18 with Vite and Netlify

69
Comments
3 min read
Code Splitting in React using React.lazy and Loadable Components
Cover image for Code Splitting in React using React.lazy and Loadable Components

Code Splitting in React using React.lazy and Loadable Components

14
Comments
7 min read
Usa React.Suspense para controlar la carga de imagenes

Usa React.Suspense para controlar la carga de imagenes

5
Comments
3 min read
How to use React Suspense and lazy for code splitting

How to use React Suspense and lazy for code splitting

13
Comments
2 min read
Go async in Vue 3 with Suspense
Cover image for Go async in Vue 3 with Suspense

Go async in Vue 3 with Suspense

11
Comments
4 min read
ApolloClient - React useSuspenseQuery hook

ApolloClient - React useSuspenseQuery hook

3
Comments
1 min read
🤙🏼 How I Handle Async Image Loading in React with Suspense-like library?

🤙🏼 How I Handle Async Image Loading in React with Suspense-like library?

4
Comments
1 min read
Use React.Suspense to wait for an image to load

Use React.Suspense to wait for an image to load

25
Comments 3
3 min read
React: Slow Suspense
Cover image for React: Slow Suspense

React: Slow Suspense

4
Comments 1
1 min read
Apply React Suspense to Lazy Load Image

Apply React Suspense to Lazy Load Image

22
Comments 1
3 min read
Suspense - uma nova feature no Vue3
Cover image for Suspense - uma nova feature no Vue3

Suspense - uma nova feature no Vue3

9
Comments
3 min read
React Hooks as an Enabler for Concurrent mode

React Hooks as an Enabler for Concurrent mode

12
Comments 3
3 min read
loading...