I did not see Fast and React in the same sentence for a long time lol
@zorzysty26 күн бұрын
Ethan, blink twice if you're held hostage by an evil skater boi
@mustafazakiassagaf175725 күн бұрын
theo looking kinda young today
@PaulPhilp-pe5oe20 күн бұрын
Masterful. Love your passion.
@nm6x26 күн бұрын
Keep at it kid, you rock 🎉
@nomadshiba26 күн бұрын
react feels fast?
@neociber2424 күн бұрын
Unless you are rendering a game with divs, yes
@Dogo.R26 күн бұрын
I mean I define non-blocking as JavaScript on a web worker like via partytown. it's literally never blocking the main thread. Id call what you're talking about "concurrency compliant".
@Dominik-K26 күн бұрын
Same for me, that's how I would describe it as well
@nomadshiba26 күн бұрын
yes
@seannewell39724 күн бұрын
@ 0:56 Feels like if you had 1st third / last 2 thirds split of your screen where 1st split is words and 2nd split is examples you wouldn't need the cut away and it'd flow better but that's just me. you got the concept, you got the example - those are the ingredients to some good learning pie my man.
@bagfleet25 күн бұрын
Great vid, more of this please!
@prashlovessamosa25 күн бұрын
hey mr ethan I was reading NextFaster code some of the stuff I dont understand whenever you have time can you please make a video like a long one building it from scratch. thats it thanks
@asmr_developer777721 күн бұрын
Your VsCode Theme name ??
@petar56724 күн бұрын
Can I ask from where I can read more about this fiber concept? It's very interesting and would like to delve into it more. Great video!!
@ethanniser24 күн бұрын
Idea came from Effect- check the video in the description
@ethanniser24 күн бұрын
Actually honestly just read this github.com/Effect-TS/effect/blob/main/packages/effect/src/internal/fiberRuntime.ts
@bean_TM26 күн бұрын
I know you edit for Theo, but the style is an almost exact copy of his lol. I think it'd be nice to have something more unique. even your intonation in your vice is the same
@michaelfrieze26 күн бұрын
It's a joke. He's in Theo's studio.
@AvanaVana18 күн бұрын
Wait, is Ethan living in Theo’s studio? Or did he copy the set? Great video. Although it seems to be that the preemptive model of concurrency used by fibers is ultimately more “co-operative”. Feels to me like the difference is more like “explicit” vs. “implicit”. Like calling “await” is an explicit way of getting concurrent behavior, whereas the fibers are “implicitly” concurrent. Also, why “fiber”? Is it meant to be fiber as in a “bundle” of tasks, like a bundle of fibers?
@crimsonautumnsun25 күн бұрын
what's your network/cpu/gpu/ram/ssd usage program running in the top bar? need that in my life!
@ethanniser24 күн бұрын
github.com/exelban/stats + bartender
@Rmp61326 күн бұрын
Great vid
@mac.ignacio26 күн бұрын
Feel Fast is different from being Fast 😂😂😂😂
@JagaSantagostino25 күн бұрын
Interesting, thank you. Side note, the AI suggestions are very distracting
@ethanniser25 күн бұрын
Agreed- will disable for the future
@Sazzlytle24 күн бұрын
damn this is so cool... how do you know so much 😫
@StingSting84426 күн бұрын
Great stuff. But please keep mobile in mind for future videos. I can't read the text on the screen
@ethanniser25 күн бұрын
My apologies Will keep in mind for next time
@sasewebmaster8 күн бұрын
The GOAT
@kkebo25 күн бұрын
Theo long lost brother?
@bluemilky459926 күн бұрын
so professional hello?!
@KingStructre26 күн бұрын
Throws at start lazy evaluation about entire function, but it usually means about the arguments of the arguments and they are not lazy evaluated in his code….
@scarlatum25 күн бұрын
I don't know why, but for some reason all React devs looks same... They even sound similar. It's disturbing as f
@bradyfractal665325 күн бұрын
React doesn’t feel fast. The render model is bad. All this abstraction to bandaid a bad abstraction leaves you with a pile of bad abstractions… no? Every other framework avoids this with a fine grained reactivity model. React should have been rewritten from scratch years ago.