Тёмный

How does react Suspense work? 

Web Dev Cody
Подписаться 236 тыс.
Просмотров 28 тыс.
50% 1

good read: dev.to/darkmav...
💬 Discord / discord
🤑 Patreon / webdevjunkie
🔔 Newsletter eepurl.com/hnderP
📁. GitHub github.com/cod...
My VSCode Extensions:
- theme: material community high contrast
- fonts: Menlo, Monaco, 'Courier New', monospace
- errors: Error Lens
- extra git help: Git Lens
- tailwind css intellisense
- indent rainbow
- material icon theme
- prettier & eslint
- ES7+ React Snippets

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 23   
@sachinahya7502
@sachinahya7502 Год назад
The main benefit of Suspense is that it helps write simpler components that don't care about the network status of their data, they can just assume the happy path where the data is always available. The Suspense fallback can be triggered by any of its deeply nested children which gives you more control over layout shift, compared to having lots of child components each rendering their own fallback.
@malhar016
@malhar016 4 месяца назад
I really liked your way of "going through -> asking -> thinking -> assuming -> and understanding it on the go"... type of approach. Sometimes I feel overwhelming by other know-it-all kind of videos, which makes you feel small about not knowing what they know very easily. Keep it up dude.
@skittlznt2611
@skittlznt2611 Год назад
I literally came to Utube after reading that exact article and walking away a bit confused. Funny that I landed on this video explaining it. I love your disorganized style of teaching btw. It's refreshing to see someone ask the same questions that are popping around in my head.
@alessiomichelini4171
@alessiomichelini4171 Год назад
I'm glad you liked my article, and thanks for the link!
@alessiomichelini4171
@alessiomichelini4171 Год назад
Btw I don't set the success as it will fallback to default anyway, what you want to catch is if you have either an error or pending, and throw an error with those, everything else should just return the response, because Suspense what it does it's just listening if a block of code is throwing any error, if it throws it handles as a loading state, if it doesn't it means that the code is ready to be shown
@rishabh7g
@rishabh7g Месяц назад
I felt like I was collobarting with you while you were explaining in the video. I am sure there are people like me who understands well with this approach. Keep it up, mate.
@codinginflow
@codinginflow Год назад
Thank you, that was super interesting. It's probably good that NextJS hides a lot of this complexity.
@SahraClayton
@SahraClayton Год назад
Hi Cody, on line 27 in the wrapPromise file, how does handler[status]() work. I haven't seen syntax like this since I have been learning, I have seen something similar with square brackets but not with parenthisis afterwards.
@jersoncarin1952
@jersoncarin1952 Год назад
it just calling the callback function by key
@atkevindsouza
@atkevindsouza Год назад
handler is of type Object void> So handler[status] gives the value at key `status` which is a function, which is then invoked using the ().
@BobbyBundlez
@BobbyBundlez Год назад
imho that whole promisewrapper thing is a bunch of extra abstraction and convolution to this lol. glad you agreed though haha
@kerovinvillegas6402
@kerovinvillegas6402 Год назад
Thanks for this. My job title is "Senior" react dev but I'm still using console log for debugging/testing things out. Just found it funny to know there are devs out there like me. I know there are better ways but yeah I like it haha
@apharos
@apharos Год назад
there are 2 types of devs: Those that use console.log / print to debug and liars
@absurd0000
@absurd0000 Год назад
Great video! Thanks
@bernardoolisan1010
@bernardoolisan1010 Месяц назад
wouldn’t it be better to use async/await in the wrapPromise?
@pedrotorchio
@pedrotorchio 7 месяцев назад
nice. Thanks for this.
@SeibertSwirl
@SeibertSwirl Год назад
Good job babe!!!
@iganic7574
@iganic7574 4 месяца назад
Is react suspense is for server side rendering stuff ?
@WebDevCody
@WebDevCody 4 месяца назад
Yes
@nguyentrunghieu6200
@nguyentrunghieu6200 Год назад
Hello, I have a question. How does React know when to render the suspended component? Does React verify if the component belongs in the viewport?
@yabuking84
@yabuking84 4 месяца назад
Why cant the react team create the Suspense feature that components can just return a promise? This is too convoluted.
@dcknature
@dcknature Год назад
Learned about react Suspense thanks to your channel ☺️👍!
Далее
This is why you can't blindly use AI
8:57
Просмотров 10 тыс.
Barno
00:22
Просмотров 341 тыс.
Я ИДЕАЛЬНО ПОЮ
00:31
Просмотров 476 тыс.
Modern Data Fetching in React (Complete Guide)
16:41
Просмотров 48 тыс.
React Suspense
22:23
Просмотров 727
A Quick Intro to Suspense in React 18
8:25
Просмотров 27 тыс.
React Suspense.
1:01
Просмотров 2,1 тыс.
Suspense and Error Boundaries in React 18
7:24
Просмотров 29 тыс.