Тёмный

My Stack Is Changing 

Theo - t3․gg
Подписаться 338 тыс.
Просмотров 130 тыс.
50% 1

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

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 241   
@t3dotgg
@t3dotgg Год назад
IF YOU WANT TO SEE A PROJECT I BUILT WITH A HYBRID RSC STACK CHECK OUT MARKER THING - JUST RELEASED IT github.com/pingdotgg/markerthing Also they didn't pay me for this vid but I talk about the deploy partners a lot in this so check them out too Clerk - clerk.com/? Vercel - vercel.com/?ref=theo PlanetScale - planetscale.com/?ref=theo Axiom - axiom.co/?ref=theo Upstash - upstash.com/?
@Im_Blue
@Im_Blue Год назад
What app/site are you using to draw?
@emonymph6911
@emonymph6911 Год назад
can you make a video about why you quit elixir? i was thinking of learning it but may give it a pass now and do TS instead
@ibrahimmohurlu
@ibrahimmohurlu Год назад
@@Im_Blue Its excalidraw
@tsukionyt
@tsukionyt Год назад
chapters for theo :) 0:00: intro/quick history 4:47: what was the "t3-stack" again?? 6:53: what's gonna change? / what's new and interesting? 28:06: the RSC question 49:12: summary of the future of the stack 49:37: alternatives to the t3-stack 50:13: bling sounds cool 53:21: theprimeagen crying rn
@t3dotgg
@t3dotgg Год назад
Legendary ty
@gauravchauhan1645
@gauravchauhan1645 Год назад
You saved 1 hr of his epic shit. glad i didnt tried this T3 or whatecer
@rohanpandey9957
@rohanpandey9957 9 месяцев назад
​@@gauravchauhan1645dmbfk lmfaoo 😭😭 you still will have to learn typescript, nextjs that's literally half of the stacks rest are just changeable
@luxnox9303
@luxnox9303 Год назад
mfw i started learning t3 12hr ago.
@t3dotgg
@t3dotgg Год назад
I only beat you by like a year 😅 seriously tho don't worry, that stack is still growing in relevance and all the skills directly transfer over even if we swap out every single library
@supercoolcat7692
@supercoolcat7692 Год назад
@@JohnMcclaned 😂😂😂
@omarkarim9298
@omarkarim9298 Год назад
Learn concepts not these fads
@tentacle_sama3822
@tentacle_sama3822 Год назад
Lmao 😭
@t3dotgg
@t3dotgg Год назад
I LOST TRACK OF THE CHAPTERS SO IF SOMEONE COMMENTS THEM I'LL APPRECIATE U A LOT
@virgofarhan360
@virgofarhan360 Год назад
AI HELP PLS
@KikiMac
@KikiMac Год назад
0:00 Intro 4:50 T3 Pieces 6:56 Typescript 10:33 tRPC 11:18 NextJS 12:45 Prisma 18:42 Tailwind 22:43 AuthJS 28:06 The RSC Question 38:05 Art time, with Theo 42:30 Emojer Example 49:10 Summary 49:42 Alternative Stacks Thanks for the T3 stack! I'm a relatively new developer (started learning React in June last year), and the T3 stack has enabled me to create a full stack application, with auth, which I didn't think was going to be possible for years with my limited knowledge. Keeping everything in a TypeScript world, along with the ease of tRPC makes it so easy to throw an application together! EDIT: Seems I was a bit slow compared to @tsuki! 😢
@t3dotgg
@t3dotgg Год назад
Combined yours with theirs @Kiki Mac ty!!!
@dogoku
@dogoku Год назад
The RSC discussion (28:06 onward) is pure gold and deserves its own video. Great job!
@elmax5748
@elmax5748 Год назад
I think the biggest thing to help the t3 stack rn would be ts speed. 90% of the benefit is just intellisensing the props of some random trpc route that youve forgotten the input/output of. Its sometimes taking 3seconds for regular intellisense stuff which just kills the DX. Makes it scary to add more parts into my monorepo
@bullettime2808
@bullettime2808 Год назад
even 3s is good I don't even get any intellisense lol
@longtrail224
@longtrail224 Год назад
Update vs code, the recent version includes typescript 5, which includes a big perf improvement
@exponent42
@exponent42 Год назад
completely agree. honestly the lightweight DX of the app router using kyesly-planetscale on edge functions is just so refreshing (apart from data writes). also have a monorepo and don't want the bloat
@wlockuz4467
@wlockuz4467 Год назад
Am I the only or the T3 logo looks more like T6?
@lidinzx
@lidinzx Год назад
fck now I can't see it like T3 hahashas
@matanon8454
@matanon8454 Год назад
Once you see, you cant unsee
@samuelgunter
@samuelgunter Год назад
t3 is Theo t3 community edition is TypeScript + Tailwind + tRPC t3 + t3 = t6
@lidinzx
@lidinzx Год назад
@@samuelgunter quick maths, nice
@hardcorecode
@hardcorecode Год назад
This guy is a beast! He explains complex concepts with such ease, it's such a treat. I tried explaining this concepts to potential employers or potential clients and failed miserably!
@OryginTech
@OryginTech Год назад
NPC comment
@Chris-se3nc
@Chris-se3nc Год назад
I heard the Chad Stack is pretty good. Maybe Prime can help you make it blazingly fast.
@trev894
@trev894 Год назад
Yes, the typescript and vscode editor performance thing has been driving me insane. Especially when I was new to typescript and it would throw and error that made no sense. Reloading vscode usually solves the problem but its more time waste.
@frosty_tie
@frosty_tie Год назад
Lol I just made the decision to start learning T3 stack yesterday, kinda really lucky this video came out a few hours ago literally just before I started watching your tutorial
@voidemon490
@voidemon490 Год назад
This man hates nosql more than I hate school. damn
@aaronmotacek9343
@aaronmotacek9343 Год назад
What are some of the big reasons for this? I'm not going to even pretend to be an expert on backend/databases/tRPC/prisma/etc., but I started my full stack career with MERN and was finally looking to upgrade to T3, but continue to use MongoDB. I have successfully gotten Prisma set up to work with MongoDB, and I feel that my data is "safe" because of my MongoDB/mongosh knowledge, for instance if I decide to change the schema as I'm building, etc. I have little SQL experience, but... maybe this is just the time to start getting it? PlanetScale, Supabase, etc.
@voidemon490
@voidemon490 Год назад
@@aaronmotacek9343 generally SQL based databases for smaller applications are more efficient and easier to develop with. NoSQL databases definitely have their own use cases, and I personally find them much easier to develop with (unless you are using prisma)
@Grummfy
@Grummfy Год назад
Several elements could help you * looking at cqrs pattern * looking at http cache * cache in php exist like you have in the front end part, it's just calling the implementation. Without counting alll other caching system in place that exist since several years (and not specific to any server language) like varnish to list an old one.
@axa993
@axa993 Год назад
Just want to highlight how amazing Radix UI is. That thing saved my life on the last project I worked on building out a UI library.
@BboyKeny
@BboyKeny Год назад
I jumped at college on the mean stack. Knowing angular 1 helped me getting my first job although I quickly jumped to react when it did jsx since angular was very heavy weight and opinionated. I made an universal rendered react ps store clone as my graduation project. My school didn't know of node yet at that moment. I'm definitely going to try out your stack!
@brianmcbride1631
@brianmcbride1631 Год назад
When I think about React Server Components, I prefer something like Astro. If we are going to render on the server into plain HTML - Astro lets you go use any framework. Of course, Astro is MPA where NextJS still uses a lot of client routing.
@fer.barrios
@fer.barrios Год назад
+1 on Astro, it's awesome
@TheCJCsoccer
@TheCJCsoccer Год назад
20:51 whoa
@Manas-co8wl
@Manas-co8wl Год назад
I'm new to this ecosystem. Compared to gamedev, which is like a small forest, this shit is an entire shallow to deep ocean biome.. billions of years ago when it was all lava I was going to try out t3 stack, and you say it's already changing. Again. Well.. bring it on.
@Sebastian-ur2rf
@Sebastian-ur2rf Год назад
I bet in a couple of months we will see a totaly different stack
@seanki
@seanki Год назад
What about Supabase? Nice integrations with Vercels suite, works well with next 13 and server components already. Good documentation, works well with Prisma, they also offer their own ORM. I’ve been having an awesome DX with Supabase. Thought it was gonna be mentioned as an alternative 🚀
@null_spacex
@null_spacex Год назад
5:38
@_Huperniketes_
@_Huperniketes_ Год назад
Somebody not RTM (pay attention to the presentation)
@mmzzzmeemee
@mmzzzmeemee Год назад
i'm also curious about this tho, (as someone choosing between supabase, railway and planetscale). can anyone elaborate in what way is planetscale more desirable than supabase (as theo mentioned), i'm kinda new to backend.
@seanki
@seanki Год назад
Ops, that flew way over my head. I probably skipped into the video a little too much… so jokes on me 🤡
@_Huperniketes_
@_Huperniketes_ Год назад
@@seanki We're all learning together. ✊
@Nezteb
@Nezteb Год назад
I didn't realize that you have used Elixir before! What did you think of it? Do you still use it? If not, why? 😄
@Jason-eo7xo
@Jason-eo7xo Год назад
ive been a web dev for 26 years but im not up to date on the bleeding edge stuff. much appreciated!
@scaz182
@scaz182 Год назад
"I don't necessarily care if it animates out or not"...there are two kinds of people in this world 😅
@aghileslounis
@aghileslounis Год назад
Always discovering things with Theo; thanks
@travispulley5288
@travispulley5288 Год назад
I was curious to hear what you think about Drizzle, and there it is! (at 15:30)
@bmetras2000
@bmetras2000 Год назад
Thanks!
@mitotv6376
@mitotv6376 Год назад
Technology is always changing
@mexirican316
@mexirican316 Год назад
My entire freelance career is based on T3. Thank you.
@alberjumper
@alberjumper Год назад
I may be interested in working with you, how can I contact you?
@maskman4821
@maskman4821 Год назад
Sveltekit takes care of it all 😘🤓😄😎😌😍🤩🤗👍👏
@ChrisJaydenBeats
@ChrisJaydenBeats Год назад
SvelteKit is the way. You can keep things stupid simple, or go absolutely nuts lol
@braidata
@braidata Год назад
Despite the distance in knowledge, I am impressed and very motivated with the idea, since my natural process of self-learning and making web apps led me to use this stack or ecosystem and it makes a lot of sense to me.
@Javislaterlp
@Javislaterlp Год назад
I really think your TS server/editor issues may come from Prisma. Lot's of people have reported very bad VSCode behavior with Prisma, but I've rarely seen or heard of the same issues on different TS based stacks that don't use it. I've not restarted server or reloaded editor in ages. For example these last 2 years only I have worked on 3 completely different setups at 3 different TS based companies (Manjaro Lenovo, Windows Dell XPS, Mac M1 base specs) and it has been flawless (VSCode at least, can't say the same with Teams for example) Not saying there are no issues, sometimes gets mildly slow, but if you are really having to restart the server/editor, I would say the fault is somewhere else. And as I said, not the first time I see someone complaining about VSCode TS performance while using Prisma. This week alone I have heard it/read it on Twitter from 3 different people.
@macklinrw
@macklinrw Год назад
I am working with a mono repo with a decently large backend and I can confirm this. It has gotten to the point for us where we get no intellisense at all when working on the backend with prisma client, and on the front end we have to frequently restart. I tried swapping to kysely and the problem went away. It's even funny to see the cutoff point, as soon as I include the context object in my backend endpoint typescript server nearly instantly crashes or stops functioning, calling the types on the prisma client self referential. Not only would I not recommend prisma for bigger sites or startups that can see themselves growing a bigger tRPC backend, but I would strongly advise against it unless you wish to have to refactor the entire thing once it has grown to that size. Just like us.
@iversonjorge
@iversonjorge Год назад
Have you ever thought of changing the code editor? Have you tried WebStorm?
@BudaSuyasa
@BudaSuyasa Год назад
JS guys will change their stack every week when possible
@Froggie92
@Froggie92 Год назад
48:00 i think pwa stuff like jeff posnick's workbox is one thing thats already addressed this space, thats going to be making its rounds again
@mariumbegum7325
@mariumbegum7325 Год назад
Fantastic video!
@ykhov
@ykhov Год назад
I for one, am glad T3 stands for Tailwind, Typescript and tRPC.
@moneymayhem2000
@moneymayhem2000 Год назад
So this means Theo is switching to Vue ?!? 🙌
@damislav
@damislav Год назад
web dev is new stack simulator
@guiiimkt
@guiiimkt Год назад
It's getting ridiculous and I say it as a web dev.
@eltyo340
@eltyo340 Год назад
​@@guiiimkt it's always been ridiculous, but would you rather develop websites the way we did 10 years ago?
@WolfrostWasTaken
@WolfrostWasTaken Год назад
What's the program you are using to draw things? Seems really cool
@aaronmotacek9343
@aaronmotacek9343 Год назад
Excalidraw
@rign_
@rign_ Год назад
I just waiting for NodeJS releasing with Pipe Operator feature.
@TurtleKwitty
@TurtleKwitty Год назад
I use nuxt, its wild to see howm uch jank react users will put up with holy crap
@IanJamieson
@IanJamieson Год назад
No problems with TS in webstorm.
@MathewNiania
@MathewNiania Год назад
That quick shade at the end haha
@Froggie92
@Froggie92 Год назад
Theo discovers Command / Query 38:05
@Meskarts
@Meskarts Год назад
Is NextJS still recommended for an "Dashboard" with many changing data and behind a login? (something not public?)
@jasonwhite5578
@jasonwhite5578 Год назад
Every Javascript script kiddie ever: "My Stack is Changing" Every real programmer: "Oh, so it's Tuesday."
@GeekOverdose
@GeekOverdose Год назад
I wanted to use t3 but because the backend and frontend are so intertwined, if I wanted to support multiple frontends (client, seller, admin, mobile) I would need a dedicated and frontend agnostic backend. Oh well, such a shame. Some projects just aren't made to mesh with t3
@t3dotgg
@t3dotgg Год назад
Check out Create T3 Turbo if you want to see what building a mobile app in the same project looks like. Also stop building based on the possibility you’ll need 7 different clients. You will never actually need 7 different clients.
@pookiepats
@pookiepats Год назад
it’s weird to here Theo talk with Fred and Ryan and reference T3 stack as though it is also a framework or “app” proper when in and of itself it is too loosely defined to even qualify as a stack. You know darn well T3 was in fact for TRPC, Tailwind & Typescript lol but even if we take you at your word - this would serve the community better as a website / learning hub for your recommended technologies versus whatever this is. Big fan of Theo but i would just like to see the credit and spotlight go to the projects directly instead of T3 intercepting / blurring the lines between credit due. Plus, doing this makes it impossible for your followers to keep with the latest and greatest of each library, now there’s some arbitrary concern that exist inherently for each dev between following T3’s package versus manually managing each lib.
@t3dotgg
@t3dotgg Год назад
I have owned t3.gg longer than Tailwind and tRPC have existed. It has been my brand for 6 years now. Lmao.
@kodekorp2064
@kodekorp2064 Год назад
I'm surprised you haven't looked at typescript if you want something lightweight, type safe and easy to use.
@brandondapro
@brandondapro Год назад
I’m confused… is something actually changing? This video came off as a lot of “I’m thinking about changing”. Did I miss something?
@JaysonMinard
@JaysonMinard Год назад
When will Theo use Webstorm so he doesn't need a fragile language server
@o_glethorpe
@o_glethorpe Год назад
From my perspective as a product creator, why on gods earth is a good idea to run frontend code in the backend? This was done before and then changed with spas and etc... There were a reason for that, every day clients devices get more and more powerful, why not run the majority of stuff there? and only run what really needs to be keept safe on the server? Why pay the extras fees to a serveless code provider to generate client side code if you can render that in the client with pratically the same results and for free? Why do we need to keep running in circles?
@guiiimkt
@guiiimkt Год назад
Yeah, I think we hit the prime at React (or Next) + react-query. Web dev is getting more complicated and going full circle really fast.
@t3dotgg
@t3dotgg Год назад
Video on why SSR is important coming soon!!!
@o_glethorpe
@o_glethorpe Год назад
@@t3dotgg looking forward, I mean, You stated that the current version of twitch as a spa is not "the ideal tho", what possible could be that twitch is not doing right that a ssr approach could solve...
@utubetvux5170
@utubetvux5170 Год назад
For SEO.
@o_glethorpe
@o_glethorpe Год назад
@@utubetvux5170 You can do seo just fine without ssr, its not 2012 anymore. Again, do you think twitch does bad seo? of course not.
@bob68361
@bob68361 Год назад
Wait, those tech companies pay you to do what? Just use their products? No disrespect, I’m just so confused!
@dallinjohnson3478
@dallinjohnson3478 4 месяца назад
Have you ever used feathersjs before? Interested in your thoughts on it.
@tricky2014
@tricky2014 Год назад
Whats the diagramming tool?
@riolly
@riolly Год назад
JS innovation never let my eyes bling!
@jaroslavhuss7813
@jaroslavhuss7813 Год назад
30:57 - that is what you were searching for... Your welcome dear YT user...
@pinoniq
@pinoniq Год назад
The performance issue is more related to VSCode then the stack, no?
@clickrush
@clickrush Год назад
Your documentation site is flickering every time I navigate to a different page.
@TheNamesJT
@TheNamesJT Год назад
I liked your T3 full stack tutorial. I was wondering if you plan on uploading more fullstack tutorials in the future? If you do could you do a fullstack tutorial using Remix, Vercel, prisma and planetscale.
@serge9941
@serge9941 Год назад
for me next-auth is still the way to go, it's open-source, 100% free, great abstraction over a very complex problem, well maintained, future proof. react-server-components pretty much invalidate the need for tRPC in most cases, mutations will need to be addressed, but I have trust in the Nextjs team still very happy with the idea behind t3 stack, just hope it keeps true to its original goals and adapts
@cristianmargineanu1458
@cristianmargineanu1458 10 месяцев назад
Lucia Auth is the best
@devilqueijop
@devilqueijop Год назад
Theo, why not use NX instead of Turbo ?
@zzaacc
@zzaacc Год назад
Why no love for Nuxt/Vue?
@RoylerMarichal
@RoylerMarichal 9 месяцев назад
And Graphql with Apollo for example?
@vincentdorian
@vincentdorian Год назад
ShadcnUI and Radix is only for React, right? If you using Vue, TailwindUI is the go-to.
@t3dotgg
@t3dotgg Год назад
Correct as far as I know
@BRP-Moto-Tips
@BRP-Moto-Tips Год назад
Well maybe I should start learning about the SAWK stack and give this one some time, I will probably be checking this one out very soon anyways because it seems amazing
@josemaenzo
@josemaenzo Год назад
What app/tool is he using to draw?
@codellyson
@codellyson Год назад
Excalidraw
@SoulSovereignty
@SoulSovereignty Год назад
What exactly are the alternatives to AuthJS that "the community is playing with?" Is it only Clerk?
@sobrevivendo-no-front
@sobrevivendo-no-front Год назад
I really admire your honesty and humbleness
@cristianmargineanu1458
@cristianmargineanu1458 10 месяцев назад
Lucia Auth for the win!
@AbdurrahmanAbu-HijlehAbd
@AbdurrahmanAbu-HijlehAbd Год назад
"Sever components are the future"? How sure are you about that? IMO, people are way overhyping the pros and not nearly talking enough about the cons.
@NickOats
@NickOats Год назад
"why are you gay" I am dying lmao
@techs7296
@techs7296 Год назад
Top G
@eliberkowitz7454
@eliberkowitz7454 Год назад
I made a website using t3 with ~30 users a month ago. The problem was 8-10 second cold start times (I guess due to Prisma). I switched to a Docker deploy following the t3 docs and now there's no cold-start time, so the site loads in
@thegrumpydeveloper
@thegrumpydeveloper Год назад
Vanilla extract is compiled js in css and tailwind is compiled css in js. Tailwinds defaults, docs, and speed to get setup in new and test projects are what make it the winner for me.
@canoori
@canoori Год назад
Great content per usual. Has anyone tested Drizzel? Does it improve performance over Prisma? Especially in cold starts. Cant find clear answers on how Drizzle would improve prefromce over Prisma
@jmula1963
@jmula1963 Год назад
Yo Theo what about Preline UI?
@markambro1195
@markambro1195 Год назад
Why no love for Remix?
@tuananhdo1870
@tuananhdo1870 7 месяцев назад
Since i already know nextjs, i just lazy to learn new thing
@DanteMishima
@DanteMishima Год назад
Everything must be typescript they said, typescript makes everything better they said
@wij8044
@wij8044 Год назад
Why use NextJS for the benefit of component rendering based on server responses, when data can simply be passed down from a HOC to render components?
@tobiascornille
@tobiascornille Год назад
Because the server renders the component, not the client, which makes caching possible.
@dawidwraga
@dawidwraga Год назад
Is there any update on the interaction boundary? any ideas on how to bridge between RSC data fetching and mutations? Do we use use RSC data fetching + tprc mutations for now? or better to stick with trpc queries & mutations? If anyone has any resources to share on how to best integrate next 13 app dir with TRPC I would really appreciate it. Unsure how to best tackle the interaction boundary right now...
@Jdinrbfidndifofkdndjoflfndjdk
Is Mantine not popular?
@amritkahlon1988
@amritkahlon1988 Год назад
Have you tried prisma + vercel edge with Neon yet?
@jrtm9632
@jrtm9632 Год назад
I just started learning t3…😮
@faridguzman91
@faridguzman91 Год назад
jesus fucking christ my javascript fatigue just got worse
@hoochill
@hoochill Год назад
im using supabase
@balduin_b4334
@balduin_b4334 Год назад
what if prima is using planetscales databaseJS under the hood? I wonder if it would be possible for them
@purpinkn
@purpinkn Год назад
Elixir 🙌🙌
@abhayvgg
@abhayvgg Год назад
Yeeee more exciting knowledge 🎉
@jaroslavhuss7813
@jaroslavhuss7813 Год назад
HAHAHAHHA, I am still using MERN :D
@ekimcemulger8101
@ekimcemulger8101 Год назад
Can you please summarize what we need to learn ? again....
@theLowestPointInMyLife
@theLowestPointInMyLife Год назад
T3 is for building really slow apps.
@foreach1
@foreach1 Год назад
Love this stack. However, someone knows how to call a trpc mutation/query from outside a react component? Eg: in a helper.ts file (client side)
@alexanderlay-calvert8784
@alexanderlay-calvert8784 Год назад
tRPC doesn’t need to be called from a react component. I have custom hooks that utilize tRPC queries in .ts files and there’s no issues.
@foreach1
@foreach1 Год назад
@@alexanderlay-calvert8784 I really don't see how. With a simple call like this: export const testQuery = async () => { return await trpc.example.randomQuery.useMutation().mutateAsync() } It throw error: Invalid hook call. Hooks can only be called inside of the body of a function component.
@alexanderlay-calvert8784
@alexanderlay-calvert8784 Год назад
You shouldn’t be running your mutations or queries outside a function component. Where is your helper function actually being called?
@alexanderlay-calvert8784
@alexanderlay-calvert8784 Год назад
Sorry, my earlier comment was misleading, I meant that it doesn’t have to be in the same file
@alexanderlay-calvert8784
@alexanderlay-calvert8784 Год назад
If it’s not in your component tree wrapped with your tRPC provider it won’t work.
@ArjunRaj1
@ArjunRaj1 Год назад
ShadCn UI ❤
@edumorphology
@edumorphology 7 месяцев назад
Can I buy one of those jacket?
@dehb1ue
@dehb1ue Год назад
God damn it, python land and red tail boa land are different continents!
@phantomx8131
@phantomx8131 Год назад
What do you think of MikroORM?
@tuananhdo1870
@tuananhdo1870 7 месяцев назад
What ben awad fullstack tutorial, in that, he used mikro but switch to typeorm later
@moumous87
@moumous87 Год назад
Wow… if you are not your company’s CTO, I wonder what the actual CTO does…
@t3dotgg
@t3dotgg Год назад
He writes the code, I just think about it too much
@bullettime2808
@bullettime2808 Год назад
TS performance is such an enormous issue right now it happened after I installed zod in an Angular project, it's so bad that i dont even expect autocompletion now i just type the code manuaaly and check the terminal for errors and i am on a relatively fast desktop PC i5 9400F + 16GB DDR4 3200
@lakshaysagarrana3965
@lakshaysagarrana3965 Год назад
Stopped reading at angular.
@over1498
@over1498 Год назад
I’m relatively positive you said what the t3 stack stood for and it wasn’t the clearly made up explanation of “T then… 3 other letters??” But I’m too lazy to go look it up, and this is the internet where whatever you post today is true until somebody catches u frauding, so keep it up LFG T3!
@t3dotgg
@t3dotgg Год назад
I promise it was always this. I’ve had the domain since before I even used Tailwind lol
Далее
Authentication: It’s Easier Than You Think
21:05
Просмотров 142 тыс.
Did I Pick The Right Database???
1:07:48
Просмотров 210 тыс.
How NextJS REALLY Works
28:25
Просмотров 148 тыс.
That's It, I'm Done With Serverless*
23:58
Просмотров 202 тыс.
LiveView JS: The Comprehensive Guide
25:42
Просмотров 1,7 тыс.
T3: TRPC, Prisma and NextAuth Done Right
43:14
Просмотров 92 тыс.
Let's Talk About Database Performance
19:57
Просмотров 102 тыс.
Dear Oracle, it's time to free JavaScript
24:25
Просмотров 73 тыс.
This might be the end of WordPress
37:35
Просмотров 38 тыс.
Implement Clean Architecture in Next.js
53:07
Просмотров 22 тыс.