2022 Most Satisfying Framework??! This Survey Surprised Me

  Переглядів 68,615

Theo - t3․gg

Theo - t3․gg

Рік тому

Jamstack survey was wild this year! Thank you Netlify for running this every year and sharing the results
SURVEY RESULTS: jamstack.org/survey/2022/
ALL MY CONTENT IS FILMED LIVE ON TWITCH AT / theo
ALL MY BEST MEMES ARE ON TWITTER FIRST / t3dotgg
ALL THE COOLEST PEOPLE ARE IN MY DISCORD t3.gg/discord
ALL MY VIDEOS ARE POSTED EARLY ON PATREON / t3dotgg
Everything else (instagram, tiktok, blog): t3.gg/links

КОМЕНТАРІ: 116
@cjjb
@cjjb Рік тому
Worth keeping in mind that part of the reason the satisfaction on these new tools, programming languages, and frameworks is high is due to the fact no one has had to deal with a multi-year old project written in them yet!
@craigisesele4918
@craigisesele4918 Рік тому
No big projects written in TS yet? But yeah Theo noted that most of the high satisfaction projects are by sorta niche
@RattleSack
@RattleSack Рік тому
That actually makes sense, I was a bit confused as to why "angular 2.0" hadnt really moved, but I assumed the same. Is it possible the usage stats are also inflated by the amounts of startups jumping on react/vue?
@Danielo515
@Danielo515 Рік тому
There are only two kind of frameworks/tools, the ones people hate, and the ones nobody uses
@Dev-Siri
@Dev-Siri 11 місяців тому
@@Danielo515 credit - Bjarne Stroustrup
@Danielo515
@Danielo515 11 місяців тому
@@Dev-Siri I guess
@headlights-go-up
@headlights-go-up Рік тому
You have become my go-to for keeping up to date with things and I can't thank you enough for that.
@dinckelman
@dinckelman Рік тому
I've switched to Vue 3 for a while there, and honestly it's... pretty damn nice. Haven't done anything super complex with it, or even anything along the lines of projects where Nuxt would make sense, but for just general "reactive" SPA/SSR web dev it's awesome
@Yash-hn6ch
@Yash-hn6ch Рік тому
yeah vue 3 is really easy to use with its starter kit with vue cli service. I think the satisfaction dropped because of the lack of migration possible from vue 2 to vue 3.
@semyaza555
@semyaza555 Рік тому
I maintained an app using Vue/Nuxt and I totally agree. The only reason I still use React is because of it’s ubiquity.
@dinckelman
@dinckelman Рік тому
@@Yash-hn6ch I can definitely see that happening. Some of the vue 2 stuff isn't nearly as convenient to write, and if 3 is plain not supported, I probably wouldn't bother. Hopefully it's better now that nuxt3 is out
@hawkdykes9054
@hawkdykes9054 Рік тому
any version of vue is better than react IMO
@sonnybrown5228
@sonnybrown5228 Рік тому
I had to handle the migration from Vue 2 to Vue 3 with another team member and we were yelling at our computers daily for a month. Months later, Composition API is nice. My only real gripe is reactivity can break if you don't do things correctly. Destructuring for instance is mostly a no no.
@joshrogan3577
@joshrogan3577 Рік тому
Great point about the dev happiness of new tech that's self selected vs old tech people inherit.
@BeliCsGROM
@BeliCsGROM Рік тому
I run Quasar (Vue3) with TRPC 10. I understand painful part of migrating to Vue3, but at the end DX is 10x from Vue2. TS is seamless, composition api is great, overall productivity jump for a small team I m part of, is increased by a ton. Edit: Additional bonus is that I understand React and Svelte now, without reading docs.
@nexxel
@nexxel Рік тому
Next year solid will be at the top!
@thedeadz0ne1
@thedeadz0ne1 Рік тому
Glad to see Sanity up there, definitely my favorite CMS. Used it for my portfolio about 2 years ago and have considered creating a POC for moving the marketing WordPress site that my employer uses.
@Zzznmop
@Zzznmop Рік тому
Really interesting vid! Loved the UI review as well
@Gaijin101
@Gaijin101 Рік тому
In regards to Nuxt. I think it was the delays in V3 that caused nuxt devs to jump ship to Next or Vite or something. But now that v3 is pretty much ready. its actually really good. hope next13 reaches stable soon.
@jengstrm2
@jengstrm2 Рік тому
Congratulations to Svelte for being for being most loved 🎉❤
@cs2_pov
@cs2_pov Рік тому
"Obviosly Angular no one gives a shit about" 🤣
@stuvius
@stuvius Рік тому
Svelte and Vite are amazing. Love to see the satisfaction at the top
@pwii
@pwii Рік тому
I am also curious what's going on with Vue and Nuxt, I don't do a lot of webdev but when I used Vue it wasn't bad, the bigger problem was that a lot of libraries (TRPC, NextAuth for example) were made with react in mind and it takes effort to adapt them to your projects if you want to use them and there aren't many similar alternatives
@boian-inavov
@boian-inavov Рік тому
I think that a lot of the people that were used to the Options API (Vue 2) got a really big hurdle into getting to use the new Composition API (Vue 3), which is completely foreign to them and might be more familiar to a React dev than a Vue one. I was personally one of them, where I hadn’t touched Vue for a year and getting back into it was really strange. Especially because the community has had a strong push on doing everything with the Composition API, where if you already knew how to do things with the Options API, and now needed to change everything would’ve been a pain. Personally my satisfaction with it has lowered, but I’ve been using Svelte for the good part of a year now, so who knows.
@hojdog
@hojdog Рік тому
I run the tech for a small startup and this is exactly why I regret using vue ecosystem. Going forward I will be putting more weight on industry standard tools when deciding what to use and avoiding shiny things. Theo puts it well when he says ‘bleed responsibly’. Is it a core part of your tech stack? Then think about going for the industry standard.
@fen1x591
@fen1x591 Рік тому
Painful migration from vue 2 to 3 is the main cause in my opinion, projects stuck on vue2 cause migrating is very painful, unsupported libraries, etc... It's an unfortunate situation because I really liked vue 2 back in days, nuxt 3 will finally come out of RC so we will see what will happen in the future
@hugohabicht6274
@hugohabicht6274 Рік тому
I think the problem with Vue is, that they took ages to actually put out V3, many popular libraries have not been ported yet and that creates a really ugly situation
@miklschmidt
@miklschmidt Рік тому
I've been implementing our marketing site in sanity and astro on and off for the past 6 months, and it's been really good. Sanity is pretty great, although the typescript story leaves a lot to be desired. V3 is better, but not having typed schemas and groq queries is painful. I don't know of any decent typesafe headless CMS though, so it's not like they're behind the curve. Sanity-typed-schema-builder has been a huge help, but has it's own shortcomings, it's basically only useful if you pull your content in full documents which takes away a lot of the power of groq.
@MichaelWalmsleyJr
@MichaelWalmsleyJr Рік тому
I've used react and vue about the same. I have a slight preference to Vue. I liked Vue2, i love Vue 3. Nuxt2 was ok (rebuilt on save in ssr mode was painful). Nuxt3 with MDC support is awesome! Vue3 took ages to finalise, and nuxt3 took an eternity -- and still has key modules in development. Other popular packages like vuetify are also taking years to rewrite. This has to be the big reason for disatisfsction. For starting from scratch nuxt3 and vue3 are awesome! I use Vite and vitest in both my react and vue projects. Love vite!
@dandogamer
@dandogamer Рік тому
The one comparing TS/JS with other languages doesn't make sense. Your audience is JS developers so ofc the adoption rate is going to be heavily swung in that direction compared to anything else. It should have been done like the framework comparison at the end, where we get to see the change from 2021 to 2022 to see whether more people are using stuff like rust or hugo etc. as this will give us a better indication of where the industry is moving
@nebulousnomad
@nebulousnomad Рік тому
My first open source contribution is going to be the t3 docs 🥰
@ViorelMocanu
@ViorelMocanu Рік тому
Vite + Svelte + Astro FTW! :)
@OlegBovykin
@OlegBovykin Рік тому
This is not representative. TS is the most loved and best developer experience 8 times more than anything else. But if you look into the StackOverflow survey, the results will be different. It's crazy to make representative surveys from people who are "hyped" and "pumped" and make decisions according to what twitter says, not thinking with logic. The sane way is to stop making facebook problems frontend ideology and start to think outside of that paradigm.
@raenastra
@raenastra Рік тому
I agree, I'm a bit wary of a "Jamstack survey", because there's a very specific demographic of developers who know and talk about Jamstack. Maybe it's useful if you're looking for trends within that demographic, but yes, not representative on a larger scale.
@craigisesele4918
@craigisesele4918 Рік тому
From the survey results it shows typescript was the only language to both be widely adopted and widely loved. Kinda confused on the criticism (or endorsement?) Of your comment
@raenastra
@raenastra Рік тому
@@craigisesele4918 Not sure if this was their main point, but the part I understood/agreed with is this: obviously TypeScript is going to be quite popular among Jamstack developers using Node. This is a survey on Jamstack, not web as a whole, so in that sense, the data doesn't include Python devs using Flask/Django, C# devs using ASP.NET, etc (and there's a lot of them out there, they're just not doing Jamstack). Not really sure what they meant in the second half of their comment though. I also think that Jamstack is a bit of a niche term; I would imagine there are a ton of React developers, for example, who aren't familiar with the term. The poll results are from people who 1. know about Jamstack and 2. care enough about Jamstack to answer the poll, which I would think narrows the sample size a bit. Not a bad thing, but that's why I think the survey is better for understanding trends in this specific demographic, rather than web as a whole.
@otockian
@otockian Рік тому
Anyone who doesn't use Typescript is instantly a moron in my eyes...
@craigisesele4918
@craigisesele4918 Рік тому
@@raenastra oh okay, yeah the wording made it feel like he just reiterated what Theo said. Thanks
@rubenchiquin3768
@rubenchiquin3768 Рік тому
Hey Theo! Where can I find all your excalidraw diagrams?
@calvint678
@calvint678 Рік тому
"I don't target tablet devices for shit"🤣
@bartek.igielski
@bartek.igielski Рік тому
Regading Vue and Nuxt, I think the way how Vue 3 was released, where for 1.5 years it was stable, but not default, and how long it took Nuxt to catch up and release "stable" version with Vue 3, and how bad this process looks like from the side, was the reason. It made a lot of people uncertain about the future, make planing super hard for like over 2 years. I've asked myself multiple times something like "Should I start with Vue 2, when there is already Vue 3 stable, and the Nuxt guys said they are working on the new version already for months? It shouldn't take long, right?" And then it took over 2 years, and the state of Nutx 3.0 release is questionable, because every RC version contained a dozen of breaking changes, features were shipped last minute etc. As a mainly Vue guy, I'm glad Astro came, and saved the day.
@texoport
@texoport Рік тому
Vite+React still beats out Next for me purely based on satisfaction.
@wlockuz4467
@wlockuz4467 Рік тому
Turbopack + Next13 is going to be even better if we take Vercel's word on Turbopack. Granted its still very early for Turbopack.
@jasonrooney1368
@jasonrooney1368 Рік тому
Vue's satisfaction rating I think is due to 2 things: 1) The split with Options/Composition. Vue was well loved due to it being very easy to pick up and the Options API was a big reason for that. 2) The ecosystem is taking a while to catch up. Nuxt and Vuetify are still not really production ready at this point. Personally, my main dissatisfaction point is 2, but that's because I've realized that the Composition API is just React Hooks, but far better. I'm just patiently waiting for the ecosystem to catch up.
@mindbreaker194
@mindbreaker194 Рік тому
Even though there was a significant drop in people who consider themselves front-end, it's interesting to note that the bridge between front and back goes both ways. For instance, a few years back I never considered the possibility of working as a full-time frontend dev, but for the first time in my life I started doing exactly that for a job opportunity. The reason I'm ok with that is that I can't see much difference between both rn.
@wforbes87
@wforbes87 Рік тому
The Vue world had a huge lag on adopting Vue3... some major libraries like Vuetify still aren't fully Vue3 migrated yet. Our team had a big debate on whether we should move from Vue2 to React or just make Vue3 work. Vue3 won out because it was less to retrain on, but I could have seen it go either way. Quasar is what kept us on Vue. Even though I love working in Vue, that whole situation made my own personal satisfaction dip a bit.
@wlockuz4467
@wlockuz4467 Рік тому
Honestly, things like Next and Vite make working with React very likeable.
@BrotWurst
@BrotWurst 8 місяців тому
migrate from vuetify to quasar. trust me. i loved vuetify but as soon as i used quasar, i somehow hated vuetify. its like quasar did all the things just as good or better than vuetify. except the calendar from vuetify is still great and quasar has not such a component (yet). but if you dont need it - go for quasar. give it a try!
@sallehshah
@sallehshah Рік тому
i wish you teach us how to build a project from scratch to deployment with big tech best practises...
@VanegeEsperanto
@VanegeEsperanto Рік тому
I've switched to React/Next from Vue/Nuxt because the Vue ecosystem took way too long to adapt to Vue 3 (looking at you store management and Nuxt) and there were too much dividedness about the best way to built components (options API, class components, script setup...). Also the React ecosystem had much better TS support.
@sid6576
@sid6576 Рік тому
Sorry but 7000 devs of a random survey is not strong data
@fraser21
@fraser21 Рік тому
Given the number of respondents, I'd wonder how statistically significant some of these findings are. Examine enough independent metrics extracted from some noisy data and you'd expect a few anomalous results (vue and nuxt's lowish scores, maybe).
@zakuguriin4521
@zakuguriin4521 Рік тому
Working remote is just more profitable for both parties. For the employee they don't have to waste gas or move to a city where the coding jobs are, and for the employer, they don't have to pay for a huge facility or multiple facilities to house all of their workers, and it gives them access to more developers they wouldn't normally have the chance to hire.
@MrJellekeulemans
@MrJellekeulemans Рік тому
What happened to solids satisfaction rate?!
@moitp2
@moitp2 Рік тому
Issue I have with those kind of survey, is that they are biased by design. The survey was created by Jamstack which is highly focused on JS/TS therefore mostly frontend even tho we are having an increase number of "full stack devs" as shown in that survey. So yeah only having 5% of backend devs answering to that isn't really surprising, but it's far from being the reality of the market. Backend is still huge nowadays and isn't done in any JS/TS stack in most cases because of a lot of valid reasons. So removing them from the equation doesn't seems right tbh, especially when you are comparing languages used. Or another example about "full stack devs", for back end devs willing to become full stack, they often pick Angular as their first JS/TS framework just because the logic looks close to what you have things done in POO languages. It can be really weird for those devs to jump into React or Vue because of how different the approach is with those compare to a more classic backend one. I believe if that survey was done including more backend devs we would have seen way different results in many aspects.
@leehoss
@leehoss Рік тому
Be good to get a stats of job source - seems like a lot of respondents were remote and not full time - so on we work or other temp job system - let’s get a poll?
@fishfpv9916
@fishfpv9916 Рік тому
As someone coming out of college remote work is a lot tougher. I worked all summer never meeting anyone on my team in person once. It makes work feel very transactional and lonely if you do not have a well established community around yourself
@alexandersage1850
@alexandersage1850 Рік тому
My opinion: Go out and travel while working remotely. Many jobs work their people hard with ridiculous deadlines and unreasonable goals. They ask you to do a lot and let you go on the drop of the hat when you are not useful. From what I have seen, most people get burnt out after 5 years or become controlling leaders. It's rare to find a good company culture that's consistent and rewarding. Most of the time, you get stuck with the team members and managers you didn't choose. You might as well explore the world, meet different people, and experience different cultures. It's more rewarding to choose the people you interact with and put time/effort into. Sorry it's been tough though. There are plenty of teams that have been remote for years and feel inclusive. You just have to find the right one :)
@otockian
@otockian Рік тому
Svelte is far better at everything imo. Having come from Angular to React to Nextjs to Vue to now Svelte. I think people who aren't rating Svelte high haven't really given it a fair shake. Because once you do, you realize just how damn good it is in comparison.
@justinnl4332
@justinnl4332 8 місяців тому
Exactly. The one of thing that I cant get of my head is you dont need to create a library for svelte like react-select or what the heck else you need! You just pick your regular select package and boom! Thats fucking it!
@leehoss
@leehoss Рік тому
Yeah interesting - would like to see new projects v old
@fraser21
@fraser21 Рік тому
I'm obviously a bit of an outlier - relatively extraverted without kids or other major remote motivators - but I'm still floored by how many people strongly prefer remote work. For me, at least, 5 minutes of chatting when passing someone's desk, or a super quick in person check-in can easily be worth a half hour on a zoom call. I'm not sure how other people's brains are structured such that they don't massively drop in productivity going online. This is especially the case as a fairly new junior. Learning is so much slower when every single question needs to be weighed against the cost of pinging someone.
@windyace
@windyace Рік тому
not sure how i feel on having ct3a as a framework…i suppose conceptually it counts
@leehoss
@leehoss Рік тому
Any results for solid ?
@chizidotdev
@chizidotdev Рік тому
Next year for solid and solid start maybe…
@SaschaB2B
@SaschaB2B Рік тому
I feel slight hate against angular here
@fen1x591
@fen1x591 Рік тому
I didn't even try angular but I already feel like it's supposed to be flushed in the toilet, which may be good cause I didn't even waste time trying it, thanks theo community
@SaschaB2B
@SaschaB2B Рік тому
​@@fen1x591 My current project "forced" me to use angular again after 8 years of react. Pray for me my fellow developers
@pavanbhat5573
@pavanbhat5573 Рік тому
Yeah..its the same in every video...
@muhammadmejanulhaque3305
@muhammadmejanulhaque3305 Рік тому
The only frameworks I want to succeed is Astro and svelte. But why not serverless? It saves money.
@wlockuz4467
@wlockuz4467 Рік тому
Serverless is not an ultimate solution, you still want a stateful backend in majority of cases.
@Davidlavieri
@Davidlavieri Рік тому
The amount of effort or intrusive tooling you need to get it going it's annoying
@muhammadmejanulhaque3305
@muhammadmejanulhaque3305 Рік тому
@@Davidlavieri I feel you 😭
@yegorzakharov8514
@yegorzakharov8514 Рік тому
Nuxt have still not released for vue 3... not only that they make promises of deadlines which they repeatedly push without commenting to the public. Literally no transparency.
@danvilela
@danvilela Рік тому
I've used Nuxt 2 on a project and at first it was awesome! But then.. Vue 3 came out, and they would NEVER update Nuxt to use it.. Still in beta I think. So this is probably one of the reasons. Nuxt 3 seems good but I did not test it yet and don't pretend to actually. There are better tools out there already. Also, I find Nuxt docs really bad and they change stuff around too much, and then change it back, it's hard to figure out what/how to do on the version that you're in. Also it has a lot of bugs and some things simply won't work. Next.js is waaay more professional and well made.
@bobDotJS
@bobDotJS Рік тому
I'm a Vue developer professionally who prefers react. Vue 3 simply didn't make typescript as good as it is React. I could name a bunch of issues I have with it but all Vue developers know what I mean. Plus, too many ways to do things. Nuxt Content also just doesn't work reliably yet with Nuxt 3 which is really disappointing for me.
@gridlocdev2023
@gridlocdev2023 Рік тому
The language comparison chart is sort of a bit silly, as the target audience for the "JAMstack" survey (JAM: JavaScript, APIs, and Markup) would likely already be folks using JavaScript in their daily work. They also note this in the article header directly above the chart, which was glossed over in this video: "One note: when we show programming languages, we should be clear that this data is about their popularity within the Jamstack community; in more general computing surveys Java is a much more popular choice."
@pencilcheck
@pencilcheck Рік тому
I liked nuxt, not liking vue 3 to be honest, the composition is just making it look too much like react which is not good for me. I learned to not like it since it made things harder to understand and read for me esp if you leave a project for awhile and come back.
@jonnyso1
@jonnyso1 Рік тому
I wonder why they only included JS frameworks there.
@Gabriel_Pureliani
@Gabriel_Pureliani Рік тому
9:00 bruh 💀
@tylerthomas6932
@tylerthomas6932 Рік тому
Imo remote work favours devs because it's more outcomes-based rather than being purely time-based, of course you have time constraints, but I've had days where I would spend 2-4 hours of a day doing absolutely nothing and then replacing it with 2-4 hours of my evening, and the freedom to do that outweighs working a 9-5 in office and still having to put in the occasional evening hours.
@Sumcio1000
@Sumcio1000 Рік тому
What's wrong with web components?
@greendsnow
@greendsnow Рік тому
Look at Appwrite too!
@jondo7680
@jondo7680 Рік тому
Not even Kotlin users? I'm not surprised by the extreme cases in this survey because the questions weren't answered by enough devs from different fields. Mostly answered by people who do web development or started to do web development it seems like. Typescript would be nice if types wouldn't be optional.
@alekseykostyuk3806
@alekseykostyuk3806 Рік тому
Seams like nobody is using Lit :)
@Skylla54
@Skylla54 Рік тому
I love Vue and best congrats to the Nuxt team, because to introduce vite&typescript&vue3 all in one step is quite a hurdle :D and now Nuxt3 is offical stable
@boredstudent9468
@boredstudent9468 Рік тому
I am sorry, i cant use server less, i don't really do web stuff.
@radian825
@radian825 Рік тому
Nuxt developer here. The dissatisfaction is definitely becuase of the migration to Nuxt 3. We have months in a fcking in between state where we use a composition API that is barely documented while waiting for every fcking Vue library to migrate to Vue 3
@ghevisartor6005
@ghevisartor6005 Рік тому
Blazor is not even there :/
@Tony-dp1rl
@Tony-dp1rl Рік тому
"Obviously, Angular, Nobody gives a shit about..." ... nice line :)
@sobanya_228
@sobanya_228 Рік тому
That statistic doesn't really show when you actually chose React over everything else and believe in it. I guess only by a relatively high satisfaction, compared to other default options.
@soniablanche5672
@soniablanche5672 Рік тому
I'm shit at web design so for me front end is harder. Unless you give me the design, I will never be good at front end lol
@-indeed8285
@-indeed8285 Рік тому
Jump 6:00
@SamuelHauptmannvanDam
@SamuelHauptmannvanDam Рік тому
Your sound "bass" level is way off. Otherwise great video!
@guinmccain2762
@guinmccain2762 Рік тому
Where is flutter
@wlockuz4467
@wlockuz4467 Рік тому
I don't think Flutter has as much adaptation or maturity for web to belong in this survey.
@AndreiNedelus
@AndreiNedelus Рік тому
Any van life devs around? 🙃
@eltyo340
@eltyo340 Рік тому
I'd be curious to hear, sounds like an interesting lifestyle
@erickheredia8910
@erickheredia8910 Рік тому
I started with Vue but switched to React because of the community, support, etc... Vue stills have a place in my heart but React all the way now.
@richardrapstine9014
@richardrapstine9014 Рік тому
So…why don’t you care about web components?
@universe_decoded797
@universe_decoded797 Рік тому
They should do the survey in a crypto bull market as well.
@elraito
@elraito Рік тому
3:22 Remote is cool and all but from the standpoint fo the business it sucks because it greatly slows dwn your workforce imporvement. Juniors in remote advance int their skillset slower. Senior communicate with them less. ess connections are made etc. I know ill get lots of "but it works in my case you need better organzing in your company" but reality is the advancement of workforce and its skillset doesnt show in satisfatction about your job. Its shows over long period and shows how fast you can do full projects as a team not individual tasks as single person which translates into money.
@ur.kr.2814
@ur.kr.2814 Рік тому
Yeah, maybe I care about that with smaller companies, but the big ones can take a hit in "productivity". Who cares how fast or how well Facebook produces their next ad milking feature. I understand the concern if the company is doing something useful, but by and large they are not.
@elraito
@elraito Рік тому
@@ur.kr.2814 Hopefully you understand that majority of the world does not work for faangs and have these things called budgets to worry about
@ur.kr.2814
@ur.kr.2814 Рік тому
@@elraito Yeah, up to some size of company I'm sympathetic. But I think big enough companies should be obligated by law to allow remote work.
@manupadev
@manupadev Рік тому
💖 from Sri Lanka.
@tambourinedmb
@tambourinedmb Рік тому
Where’s the Nest JS love? Such a well documented and reliable framework. Plain express is garbage.
@archmad
@archmad Рік тому
Sanity? We moved out. It's good but I dont think it's for everyone.
@filipolszewski
@filipolszewski Рік тому
what have you switched to?
@CodingAbroad
@CodingAbroad Рік тому
Disappointing video that you wouldn’t even entertain the data regarding Angular. If you’re giving time to look at next you should be giving sufficient time for Angular as well
@t3dotgg
@t3dotgg Рік тому
Why?
The Problem With UUIDs
25:53
Theo - t3․gg
Переглядів 111 тис.
Is "Full Stack" Even Real?
13:04
Theo - t3․gg
Переглядів 57 тис.
Get a knife! | Standoff 2
01:06
Standoff 2 Live
Переглядів 1,5 млн
Rich Harris Forks JS?? | Prime Reacts
6:56
ThePrimeTime
Переглядів 73 тис.
AWS S3 Is Having Some Serious Issues...
10:48
Theo - t3․gg
Переглядів 32 тис.
I didn't realize THIS about Tailwind...
6:55
Theo - t3․gg
Переглядів 106 тис.
From $erverless To Elixir | Prime Reacts
22:34
ThePrimeTime
Переглядів 89 тис.
Why Doesn’t Everyone Use This Animation???
23:59
Theo - t3․gg
Переглядів 78 тис.
Best OS for programming? Mac vs Windows vs Linux debate settled
8:41
Was I Wrong About Rust?
37:31
Theo - t3․gg
Переглядів 60 тис.
What Is The Jamstack?
13:35
Traversy Media
Переглядів 62 тис.
Solid.js Just Got WAY Better
13:11
Theo - t3․gg
Переглядів 78 тис.
These Problems Made Me A Great Dev
8:12
Theo - t3․gg
Переглядів 60 тис.
Портативная PS 5 🎮 #ps5 #expressly
0:22
ExpresSLY Shorts
Переглядів 258 тис.
Теперь это его телефон
0:21
Хорошие Новости
Переглядів 623 тис.
wyłącznik
0:50
Panele Fotowoltaiczne
Переглядів 1,5 млн