They made React great again?

preview_player
Показать описание
Let's take a first look at React 19 and a variety of changes will improve the developer experience. We compare React's changes to other JavaScript frameworks like Svelte, Vue, and Angular.

#webdevelopment #programming #thecodereport

💬 Chat with Me on Discord

🔗 Resources

🔥 Get More Content - Upgrade to PRO

Use code YT25 for 25% off PRO access

🎨 My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

🔖 Topics Covered

- What's new in react version 19
- React vs Vue
- React vs Svelte
- React 19 compiler
Рекомендации по теме
Комментарии
Автор

I dont understand a single thing, but the editing goes hard and is hilarious

EyesOfByes
Автор

The fact that all of the frameworks become more and more similar is brilliant

ShaharHarshuv
Автор

That Angular namedrop was like Captain America's iconic pose of holding his shield up to his face

zerthur
Автор

"thanks for watching and I will see you in the nextjs one"

ananayarora
Автор

Solid, Svelte:
Look at what they have to do to mimic a fraction of our power

Malix_off
Автор

jQuery was ridiculously popular because everybody was using the same library and could go from project to project, unlike the JS framework environment that has many options where you have to deal with different frameworks using TS or older versions of the the framework.

m-ok-
Автор

Maybe it's time to start considering an EMCA standard for Javascript frameworks...

codetoil
Автор

jQuery 4 still supports IE11 but not any older versions - jQuery 5 will drop IE11 (hype!)

TehRoflizer
Автор

i accidentally spit water on myself at the mention of angular becoming the one true framework

Paul-zhjp
Автор

"And I will see you in the Next.js one"

nice 😎

sharpenednoodles
Автор

for vue, the ocmpiler only build the template, the reactivity is based on a proxy system and it's runtime based :)

shobu_serhao
Автор

I think that's nature really. Frameworks start to adopt and transform to what has shown to work best. We end up with less variety, but that's really whats happening everywhere anywhere.

_modiX
Автор

I already lost my shit at "That's right, I use React" part

jonne
Автор

React devs are flip flops. They brag about a hook on Tuesday and on Thursday they will tell it’s ugly as we have a new hook to replace it and this cycle goes on and on till life ends

irywbsi
Автор

Love how Fireship comes out of the closet at the end with Angular 😂❤

basedovi
Автор

I actually learned a lot about React from you just explaining what has changed in the next update. Thank you so much :3

Pirate
Автор

Angular:
Oh, a compiler. That's cute

noelguiavieira
Автор

I don't know about Solid and Svelte, but Vue doesn't need its compiler for the computed() or watchEffect() functions. It resolves dependencies at runtime by listening which reactive values are read when executing the callback (because in Vue everything is a reactive proxy).

Vue's compiler does different kind of improvements, like template optimization, but has nothing to do with the dependencies check.

nestorrente
Автор

It's impressive to see how big a game changer a compiler can be for React. Looks like all major frameworks are gradually converging. Looking forward to seeing this unfold.

RILDIGITAL
Автор

Yaaay, more time to bill for changing things that don’t actually bring any value to the customer! 🎉❤ thank you frameworks

CosteaMelniciuc