Scaling Frontend App Development | Theo Reacts

preview_player
Показать описание
AUDIO IS FIXED!!! Malte Ubl gave a great talk and I HAD to watch and share my thoughts

S/O Ph4seOne for the awesome edit 🙏
Рекомендации по теме
Комментарии
Автор

my web apps perfectly scale from 0 users to 0 users thanks to your tips 🥰

samuelgunter
Автор

Is Theo finally gonna be doing react videos like Prime

SOSGyimii
Автор

Absolutely love Principle 2 - Deleting code at my job is my FAVORITE thing to do. Also agree on the code coverage point.

UnevenMike
Автор

THEO PLEASE please please do a git video (with exaclidraw). would really love to get your thoughts on how to use it effectively etc etc <3

st-jngk
Автор

Taking the React content to a whole 'nother level by reacting to react

spoofy
Автор

I think it's even more important that seniors ask dumb questions too, in order to showcase that's the culture you want to have. Even better if a senior asks something a more junior dev knows or can help out with somehow, to grow their confidence and simply to have fun together solving problems.

KarlOlofsson
Автор

thanks t3. I prefer presentation reactions instead of blog / reddit reactions

lightninginmyhands
Автор

I know I’m behind the times on this video but quick question: would it be valuable to have the no default exports rule in next.js and just over ride it in the lint config for pages/layouts? I like using named exports whenever I can.

jollyJedi
Автор

This talk instantly became one of my favorites, love it so much

igrb
Автор

14:14 that pattern is helpful when it comes to async storage. When the cost is super low, and it simplifies your component code (only render the component when the data has returned => the component is sync). I think there might be a proper use case for fetches that have a >90% chance of being needed. Id just throw in a couple of comments tying the fetch func and the component together. This would only be useful if Page 3 is only pointed at by Page 2, but that still happens

great talk tho lots of takeaways

pwdotui
Автор

Great!
Do a video on prisma/drizzle security against sql injection on the new RSCs

SyntaxLexx
Автор

Reading comments first, then watching the video

codeChuck
Автор

Can next.js be used to build a highly user interactive application. we have alaytics, charts, SMS/MMS application, Promotion email templating all under a login.

krish-Ach
Автор

I'm just horrified at the lint rule example. What happend here? Did that person forget how to use the ComponentProps type? Someone please help them... also the any below that could easily be autofixed to unknown and it probably wouldn't even break anything. No clue why the default export rule is even enabled in a Next.js project tho. Just wow. Like even if you don't want default exports at least make an override for the pages and app directories where they are required to work and do named exports everywhere else...

Mitsunee_
Автор

LOL, what's up with the thumbnail 😅
I enjoyed the commentary. We got to talk about allow-lists outside of files at some point. I think there is a world where you might have both directions.

MalteUbl
Автор

at my job we use vuejs and man I wish we used next

grimm_gen
Автор

The sound on this video is pretty weird today, it sounds almost warped or something

jacoblockwood
Автор

Gotta say, I’m as smart as Malte I nailed all these things in my role.

thepetesmith
Автор

the real price of vercel is the bandwidth, expensive af

iercan
Автор

Would be cool to see a video where you go into more depth on incremental adoption/fallback with trpc for app router you mentioned Theo

griffadev