Concurrent Rendering in SolidJSby@phongnn
2,796 reads
2,796 reads

Concurrent Rendering in SolidJS

by Phong Nguyen6mMay 5th, 2022
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

This article introduces three main scenarios for concurrent rendering in SolidJS through examples. For code splitting, use a Suspense component to render a fallback UI while loading a module. For data fetching, use Suspense and transition to retain the current UI while the new UI is being prepared. Finally, you can consider enabling time slicing if you ever need a large number of reactive primitives to compute in your app.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Concurrent Rendering in SolidJS
Phong Nguyen HackerNoon profile picture
Phong Nguyen

Phong Nguyen

@phongnn

I love building modern web apps with React, Next.js, Remix, Netlify, Cloudflare Workers, Node.js, TypeScript...

About @phongnn
LEARN MORE ABOUT @PHONGNN'S
EXPERTISE AND PLACE ON THE INTERNET.

Share Your Thoughts

About Author

Phong Nguyen HackerNoon profile picture
Phong Nguyen@phongnn
I love building modern web apps with React, Next.js, Remix, Netlify, Cloudflare Workers, Node.js, TypeScript...

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
L O A D I N G
. . . comments & more!