Prime Reacts: The Story of React

  Рет қаралды 123,201

ThePrimeTime

ThePrimeTime

Жыл бұрын

Recorded live on twitch, GET IN
/ theprimeagen
MY MAIN YT CHANNEL: Has well edited engineering videos
/ theprimeagen
Discord
/ discord

Пікірлер: 154
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
The author, @uidotdev, makes some of the most quality videos out there. The time he took on this video must of been immense! GIVE HIM A SUB TO SAY THANK YOU Original: kzbin.info/www/bejne/jZ7CqXxtgNOnetU Author: www.youtube.com/@uidotdev
@Microphunktv-jb3kj
@Microphunktv-jb3kj Жыл бұрын
well backbone,riot,meteor = vue basicly
@talananiyiyaya8912
@talananiyiyaya8912 Жыл бұрын
Stop stealing content you slimy pos.
@ayami123
@ayami123 Жыл бұрын
go Review the Reacts Mortal Enemy, Angular2+ hahaha
@SownJevan
@SownJevan Жыл бұрын
I have been having so much fun with these reactions, because it's about the information you provide. I have watched all this videos and as someone who does not have much experience in these sorts of details, I can't critique the videos and so to me I believe the videos but with you doing a counter argument with reference to the videos argument gives me a much better overall understanding of the history and direction of programming. I hope you would continue this prime.
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
Thank you my man. I feel like it's more fun to have conversational items as opposed to just strictly teaching videos
@roccociccone597
@roccociccone597 Жыл бұрын
I’m a professional engineer. I always learn new stuff thanks to him. And his enthusiasm makes me want to go deeper into some topics
@ettaroo
@ettaroo Жыл бұрын
Please never stop
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
I AM TRYING OUT HERE!!
@watynecc3309
@watynecc3309 Жыл бұрын
don't make him burnout bro
@ettaroo
@ettaroo Жыл бұрын
MOAR COWBELL!
@mikerollin4073
@mikerollin4073 11 ай бұрын
​@@ettarooTransslatte tu inglesias
@chriseadie7089
@chriseadie7089 Жыл бұрын
My favourite part about debugging on IE is when just opening the dev tools caused the js to behave differently
@SpaceMarine113
@SpaceMarine113 Жыл бұрын
lmao is this true? did this actually happen? *insert elon meme*
@federicomedinauy
@federicomedinauy 6 ай бұрын
I remember when I first heard about React, and it just made so much sense to me. I come from a gaming background. There, we need to render the entire screen every frame. UI included. So that mental model transferred seamlessly to React. The virtual DOM was such a hot topic back then, too. Yet, its an implementation detail required for good performance, but there’s nothing too amazing about the idea (the implementation might have some amazing code, idk). All in all, I’m pretty happy with React and today’s Function Components, which are even more alike developing UIs in videogames (as opposed to Class Components).
@hglbrg
@hglbrg Жыл бұрын
Chat: *ries to look like developers and belonging* "jQuery, ugh eew jQuery, jQuery lol (do I belong now? do I have the right opinions?)" Prime: "jQuery was a godsend!" Chat: "loved jQuery, jQuery was the best, jQuery rocked. omg jQuery was amazing!"
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
they are all just pliable
@3nt3_
@3nt3_ Жыл бұрын
this is so annoying with the primeagen chat they never have original thoughts
@thekwoka4707
@thekwoka4707 Жыл бұрын
jQuery WAS good. It's been bad for a long time. Like 5 years. Nowadays it's really bad. 10 years ago, it was amazing.
@thekwoka4707
@thekwoka4707 Жыл бұрын
@@3nt3_ more likely it's different people
@angeldollface666
@angeldollface666 16 күн бұрын
@@ThePrimeTimeagenYou would yeet my ass ifI said anything 8 thought about JS-anything.
@WilliamGKZhang314
@WilliamGKZhang314 Жыл бұрын
Don't know if they covered this in the video you're reacting to, but I believe a big reason React grew in popularity was because of the Angular 2.0 announcement. People were so pissed that it wouldn't be backwards compatible and essentially a new framework that the community scrambled to find an alternative. Ember and React were two major alternatives and React was way more flexible.
@Mikenight120
@Mikenight120 Жыл бұрын
Damn this consistent content! I love it, thanks to u I am trying out svelte, learning to master my tools, learning how to type fast, and enjoying the way I learn. You are a true inspiration. Never stop posting content, you are changing lives!
@neodeltai
@neodeltai Жыл бұрын
Programming JS in the dark ages was so bad, we put up with ActionScript and Flash just to escape it.
@disguysn
@disguysn Жыл бұрын
I loved AS back in the day.
@theondono
@theondono Жыл бұрын
As someone who has 0 idea about web, it’s amazing to me seeing the web being reinvented every 3 years with ideas from the 80s 😂
@BusinessWolf1
@BusinessWolf1 Жыл бұрын
You're gonna laugh your ass off when Rust replaces JavaScript and ALL the tools need to be re-written.
@anandmahamuni5442
@anandmahamuni5442 Жыл бұрын
​@@BusinessWolf1 I am very nooby dev, but is it really possible or is it just hype? Because to get rid of JS would be suprr
@lastrae8129
@lastrae8129 Жыл бұрын
@@anandmahamuni5442 You can interact with the dom with WASM, but it's not on par with the js ecosystem as of now.
@laughingvampire7555
@laughingvampire7555 11 ай бұрын
@@anandmahamuni5442 with wasm all you need a compiler from your favorite language to wasm and you are set, no need to use js anymore.
@xXtim128Xx
@xXtim128Xx 11 ай бұрын
@@lastrae8129 You cannot interact with the dom, atleast directly. JavaScript interopt is necessary
@DerrickBommarito
@DerrickBommarito 8 ай бұрын
I wrote a client side map app for nautical shipping charts with stuff like route planning, port navigation waypoints, piracy danger zone layer drawing, live-ish updates of known ship locations and port/commodity icons.... in 2011 with jQuery. Had to support IE because every enterprise customer was still mired in the IIS intranet hellscape of activex web applications. What a wild ride.
@marcusrehn6915
@marcusrehn6915 Жыл бұрын
I think the real reason that it won is that Angular, called Angular 2 at the time really felt verbose enough that it felt like working in Java swing. JSX looked bonkers to me at first, but I really think it's the best feature to come out of the React "eco system".
@sk-sm9sh
@sk-sm9sh Жыл бұрын
5 years working with react, still think JSX is de dumbest thing. It actually would be better if it was just plain js, as it's possible instead of to just design it to be SomeStuff(...) - the way it's done in Flutter. JSX syntax just contributes absolute nothing yet it adds complexity. It may be helpful copy-pasting html but I hardly ever done that as I tend to use some sort of component libs that abstract away html thus code isn't really html to begin with. Yet when it comes to writing html - a dedicated template language would just still make things so much better. The win of JSX is just that it gives good intellisense - problem with old school template languages is that they didn't think of that part. Yet modern template languages often come with static validation and intellisense.
@Slashx92
@Slashx92 10 ай бұрын
@@sk-sm9shwith jsx you have all the attributes of html elements (not that in flutter that isn’t true) expressed as html attributes. I can see why a custom component would not gain anything from jsx sintax, most components will use html elements, and those are so much better written as html elements instead of using a constructor function
@sk-sm9sh
@sk-sm9sh 10 ай бұрын
@@Slashx92 html attributes can be expressed as properties you don't need jsx to express properties. But it's still even better to write html using templating language as they are much more effective in building html compared to jsx. And you say that mostlly html is used but in fact in many cases how React is used today most code is not html - instead it's built on top of ui frameworks for instance Radix UI and in fact writing html tags becomes antipattern as it's too low level to express applications. If you're building website then yes html is the way. If you're building application and you're writing UI in html you have big problem as you're using language that is too low level instead it's necessary to build UI components (from html) and then build applications from UI components. And then you get worst of both worlds - if you take a look at implementation of React based UI component libraries -- it's nightmarish as there is always very small ratio of html versus javascript and custom hacks with passing references to html nodes and then working on top of DOM (forwardRef is necesary every time) to work around React limitations. And then in application-level code there is no benefit of JSX because there is no html.
@joshuastories
@joshuastories Жыл бұрын
Please never stop, never stopping
@adrianprayoga335
@adrianprayoga335 Жыл бұрын
can't wait the story of solid js in 2-3 years later
@tbfromsd
@tbfromsd Жыл бұрын
Back when I was forced to support IE6 until MS finally killed it, jQuery saved me hours of writing polyfills and crazy xhr request. It was truly awe inspiring in its time when you first learned how to use it.
@ruukinen
@ruukinen Жыл бұрын
The amount of times I had to beg and plead, with data to back me up, that we should no longer support any version of IE since the last version was already declared EOD a year ago still gives me nightmares.
@Ataraxia_Atom
@Ataraxia_Atom Жыл бұрын
That carpet slip legit had me dying
@thekwoka4707
@thekwoka4707 Жыл бұрын
I agree that seeing JSX and stuff looks really nice right away. That stuff is still all good.
@lcarv20
@lcarv20 Жыл бұрын
12:16 Your best selfies are the KZbin thumbnails!
@AQUTENOLEJ
@AQUTENOLEJ Жыл бұрын
19:10 deno is probably pronounced like the brontosaurus on the flintstones given they have a brontosaurus as the logo. But I think the inspiration for the name came from Ryan dahls obsession with the letters N-O-D-E.
@InkFPS
@InkFPS Жыл бұрын
Nextjs intro docs provide clear insights, and through its examples, grapple the practilities of 'why react' that the uidotdev video doesn't quite reach. Good video nonetheless from a historical perspective.
@dovh49
@dovh49 Жыл бұрын
For my personal web apps I use HTMF, a HTMX-like minimal library. I write it in a service worker for an offline-first web experience. I like the simplicity. State is handled by IndexedDB partial page updates from HTMF and sometime full page refreshes (one of my apps doesn't use HTMF and I've just been doing full page refreshes from the service worker, but some parts would benefit from it so I'll be adding it). The soccer app I have has so much state on one of the pages that a page refresh (or rather most of the page is refreshed but not all of it) doesn't cut it. So, I'll be changing just that one page over to Svelte.
@CallousCoder
@CallousCoder Жыл бұрын
In 1996 I developers the first online bookstore here in the Netherlands. My employer then is the largest book- and stationary store and they wanted to jump at this new thing called the web. And obviously they go the only IT guy (me) to build this. I have gotten a severe trauma! Writing header parser in C to be parsed and run quick enough because we only had cgi-bin and Perl simply was too big to start fast enough. Especially on this “massive 486DX2 with a whopping 64MB”. And I as hell! In early 2000s I did a Perl cgi-bin and later a PHP as invoice and hour registration tool For my old boss and that crap is still running 20 years on. But that was it, I didn’t want to deal with web crap anymore till last year and seriously last month when I wrote a strategic puzzle game. It’s a hell of a lot easier now, but still not fun! If you ever write fat client UIs you just loathe the web!
@elliottmarshall1424
@elliottmarshall1424 Жыл бұрын
I was using flash and not jquery, then went from flash to angular/react. Now I’m migrating a backbone/handlebars app to react
@bhasim4299
@bhasim4299 Жыл бұрын
honestly I like Jquery. it feels like the native js dom api, with helper functions.
@ddomingo
@ddomingo Жыл бұрын
I remember those early frontend war days clearly. Cool times for sure!
@DummyFace123
@DummyFace123 Жыл бұрын
Getting ie6 to do anything you wanted it to do, you had to make the website twice
@michaeljmeyer3
@michaeljmeyer3 Жыл бұрын
This was more sentimental to me than those 'kids in the 90s nostalgia trip vids'. JQuery was terrible, but it was everywhere just as agile/scrum was going everywhere, and I feel like they had the same issue: overloading their purpose. Backbone and AMD -- man, that was my jelly. I programmed apps, games, firmware, but something about Backbone and AMD on web dev really made me appreciate architecture and more wholistic thinking around language, tooling, and framework integration. Also, moving from vim v emacs to grunt v gulp was probably the highlight of my two-tennies.
@michaeljmeyer3
@michaeljmeyer3 Жыл бұрын
I was hoping to see more on Angular. I hated AngularJS (1), but I had to use it all over the place. I worked on Angular (2+) and it was ok. But React v AngularJS is important to React's history. AngularJS devs were hard core. I worked at a 2018 startup that built everything in Angular 1.4.. Upgrading it, architecting around it ... really reenforced why react 'won' against AngularJS and even its younger chad brother, Angular.
@wadecodez
@wadecodez Жыл бұрын
That CMake analogy is so true. Vite is a game changer. What does that analogy make Webpack/Babel?
@lydianlights
@lydianlights Жыл бұрын
the analogy is that they are CMake but written in javascript...
@ddomingo
@ddomingo Жыл бұрын
Same here. jQuery was fantastic! Cross browser support was incredible.
@DanielJones117
@DanielJones117 Жыл бұрын
@15:30 it was like video games from the 90s to the 2000s
@AlJey007
@AlJey007 5 ай бұрын
The initial idea of react was absolutely beautiful and for the "web world" revolutionary. A lot of that magic was lost over time and the way that we use it today leads most people to not even know what the original idea was and how brilliantly simple it was or that it was inspired by how video games work.
@angeldollface666
@angeldollface666 16 күн бұрын
Honeypot: Hold my camera.
@Burgo361
@Burgo361 7 ай бұрын
CSS is probably why I never considered php a problem when you are using css everything that isn't css is a relief
@orthodoxcaveman5819
@orthodoxcaveman5819 Жыл бұрын
Holy shit I remember that video of the people falling on national tv here in Portugal xD
@laughingvampire7555
@laughingvampire7555 11 ай бұрын
back in 2015 when I was in a startup, they were using jquery I wanted react and the CEO said no, but today I would prefer to use jquery for mostly static sites and elm for mostly dynamic sites.
@Slashx92
@Slashx92 10 ай бұрын
When react was presented with the dev tools that allowed you to set a state, or go back to previous states in the browser, that’s where my balls dropped.
@code_with_om
@code_with_om Жыл бұрын
I built the whole app in knockout and bootstrap 3 years back😅
@RedHandedBug
@RedHandedBug Жыл бұрын
More people explaining how the experience was with jquery back when it was new pls.
@korzinko
@korzinko Жыл бұрын
jQuery is still amazing if you have to deal with a lot of dom traversal/manipulation on top of HTML. You can find elements, change class, add attributes and attach event listeners all in the single expression. Only problem is it's sheer size. But you can get most of the jQuery just in 6kb by using cash-dom.
@kawaiiaimee9072
@kawaiiaimee9072 Жыл бұрын
My developer bf: Docker? I hardly know'er
@jonarielmaravilla1503
@jonarielmaravilla1503 Жыл бұрын
I cant even search tutorials for Prime UI framework and react using "Prime React" keyword.
@darkarie
@darkarie Жыл бұрын
when are you trying Elm ?
@imyerf5382
@imyerf5382 Жыл бұрын
Where in Montana?! Bozeman/Helena Dev here Love your stuff
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
Grew up in billings, spent 10 years in Boz (before it went crazy, lived out in four corners) you are helena? I have a good friend there!
@imyerf5382
@imyerf5382 Жыл бұрын
@@ThePrimeTimeagen I went to high school in Helena but have been in Bozeman otherwise since 2005, probably know some of the same people
@imyerf5382
@imyerf5382 Жыл бұрын
@@ThePrimeTimeagen my parents still live in Helena and a good amount of the homies still live there. I was at MSU for 15 years 05-20 as a student then employee
@faridguzman91
@faridguzman91 Жыл бұрын
Vue is view in french , just like Vite (veet) is speed
@veloaddict
@veloaddict Жыл бұрын
before jquery there was prototypejs and his sibling scriptaculous, i feel old
@daltonridenhour
@daltonridenhour Жыл бұрын
Not only was jQuery incredible, remember when we started to see developer tools like Firebug?
@tokiomutex4148
@tokiomutex4148 Жыл бұрын
It's all state management
@JLarky
@JLarky Жыл бұрын
18:18 it's pronounced vite, not vite
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
How dare you coming here and talk to me like that
@JLarky
@JLarky Жыл бұрын
@@ThePrimeTimeagen it's for everyone's benefit :) I was curious what was the reason :)
@Diamonddrake
@Diamonddrake 10 ай бұрын
If you didn’t dev through the age of jquery it’s so hard for you to understand how much it changed the web.
@MizanHIT
@MizanHIT Жыл бұрын
Thank ❤❤
@timburstefan
@timburstefan Жыл бұрын
What about Angular?
@js-ny2ru
@js-ny2ru Жыл бұрын
From programming stream he changed to reacting on videos...
@TheFaabioChannel
@TheFaabioChannel Жыл бұрын
IMPORTANTE!
@olundqvist89
@olundqvist89 Жыл бұрын
I see your Yahoo and raise you SUN Microsystems
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
yes, they were certainly the og group. bell > sun > yahoo
@magikworx3748
@magikworx3748 9 ай бұрын
Redux blew my mind
@ikirachen
@ikirachen 28 күн бұрын
i wrote JQ yesterday
@nomiscph
@nomiscph Жыл бұрын
jQuery is the Foundation for the js we know today 🔥
@faurametalhead
@faurametalhead 11 ай бұрын
This video happened because of Dev saying "Meh" LMAO
@MikeCatrone
@MikeCatrone 9 ай бұрын
JQuery made animations a lot easier for me, good days
@lightninginmyhands4878
@lightninginmyhands4878 Жыл бұрын
Commentin to put some respect on Yahoo!
@nuvotion-live
@nuvotion-live Жыл бұрын
The audio of the video you’re watching it too low to hear relative to your mic
@the_bookofcooks
@the_bookofcooks Жыл бұрын
26:20 I uploaded that clip to my channel! I wonder why he gave that reaction though...
@luisprado1539
@luisprado1539 Жыл бұрын
vietnam memories
@the_bookofcooks
@the_bookofcooks Жыл бұрын
@@luisprado1539 lol
@NoName-1337
@NoName-1337 Жыл бұрын
3:25 true. JQuery was the best lib in the world back then. Good old times.
@sk-sm9sh
@sk-sm9sh Жыл бұрын
Really depends what one wanted to do. If you build website which is 80% static and you just need a calendar input - jquery solves this perfectly and is still better than React as it is intended to work on top of static html as opposed to react's approach where whole app must be a react tree. On other hand if you wanted to build big rich app, there was capable frameworks like Dojo toolkit.
@ruukinen
@ruukinen Жыл бұрын
Until people started to require it to do things that were just as easy to do in native javascript.
@roteiristadesoftware
@roteiristadesoftware 11 ай бұрын
To understand how important jQuery was, give it a google to see the API compatibility accross browsers before 2007, or just try to write a Generic HTTP request in JS compatible with all different browser APIs, support for IE < 11 and using only the ECMA < 3 version. people should be obliged to do it before writting "Modern Frontend", the tons of shitty code generated by developers that just start with this modern Frames are awfull as f*ck
@ThePrimeTimeagen
@ThePrimeTimeagen 11 ай бұрын
people just don't know
@danielwalmsley
@danielwalmsley 9 ай бұрын
I built my first commercial app in Backbone. It was terrible
@jamesmidgley1752
@jamesmidgley1752 7 ай бұрын
Web dev with jquery back in day was easier than webdev with immense frameworks now
@RuslanKovtun
@RuslanKovtun Жыл бұрын
When React just came out there was Angular 1.0 and problems React promised to solve was not solved. So yeah, React was not pleasant experience at first. Specially if you know how to do the same with Angular 1.0.
@LambdaJack
@LambdaJack Жыл бұрын
"dirty-checking the model"... "which is expensive"... the less I know the better!!
@tonybrown7847
@tonybrown7847 Жыл бұрын
I love React
@PrimeGoose
@PrimeGoose Жыл бұрын
Angular❤
@notapplicable7292
@notapplicable7292 7 ай бұрын
No fucking way, do front end web people really have to deal with CMake?
@AQUTENOLEJ
@AQUTENOLEJ Жыл бұрын
Lol. I thought the creator of jquery was Jake weary 😅
@laughingvampire7555
@laughingvampire7555 11 ай бұрын
I hate JSX, the first time I used React I found a library that gave you better js functions to use react and avoided JSX and I could interact with React in the browser.
@Prod-23
@Prod-23 Жыл бұрын
No love for Dreamweaver here eh? 🤣
@ameer6168
@ameer6168 Жыл бұрын
01:45 we still don't love react
@deecee2204
@deecee2204 Жыл бұрын
jquery, Goat!
@RedHatTurtle
@RedHatTurtle Жыл бұрын
React???? I clicked this expecting the story of the greatest code editor in modern history, Atom!
@qm3ster
@qm3ster Жыл бұрын
"cmake" era of javascript - good JSX - bad
@neofly
@neofly 6 ай бұрын
jquery owned!
@jonbikaku6133
@jonbikaku6133 Жыл бұрын
I haven't thought about endo/exonyms since 5th grade so this useless video became interestingly intellectual!
@sinushkin
@sinushkin Жыл бұрын
One global state cause to Single thread application.
@KeplerEmeritus
@KeplerEmeritus 7 ай бұрын
Hot take: AJAX IS FINE
@aakarshan4644
@aakarshan4644 Жыл бұрын
I feel like some old ass 60s cse research paper would make the new react or web dev tech
@danm2756
@danm2756 Жыл бұрын
Yeah, I dont understand the jquery hate
@TravisBerthelot
@TravisBerthelot Ай бұрын
Adding a build time to something that does not need a build is just silly. I will never understand the logic behind React after React Native was removed from React. If React supported something other than just HTML5 then it would have a reason to exist.
@massinissachaouchi4595
@massinissachaouchi4595 7 ай бұрын
You kind of like the Asmongold of coding but with a better hygiene and more hoddie. I would love to see you play WoW live btw.
@mattmmilli8287
@mattmmilli8287 4 ай бұрын
React won because of our lord and savior JSX 🎉🎉
@hsider
@hsider 10 ай бұрын
Php is better than JS, on every aspect. Ashamed to hear a senior dev like you say that it's horrible 😢
@chrishabgood8900
@chrishabgood8900 Жыл бұрын
I liked vuejs first.
@xxapoloxx
@xxapoloxx 7 ай бұрын
I Hate React, its a harder way to do Custom Components...
@cool.guy.
@cool.guy. Жыл бұрын
WTF AJAX and vanilla JS was the shit.... I hate Jquery, it's so slow, you guys never had to do SEO huh...
@zsytssk5176
@zsytssk5176 Жыл бұрын
React has changed the world, and In my opinion, React killed PHP. Hook look like magic to me, and redux make state manager too hard, and zusland make it easy.
@clamhammer2463
@clamhammer2463 Жыл бұрын
"React killed PHP"? They don't do the same thing... PHP is alive and well. Cant say the same for React once everyone starts learning about Svelte.
@zsytssk5176
@zsytssk5176 Жыл бұрын
@@clamhammer2463 The biggest advantage of php is its fast development speed. React makes front-end development faster. React+java (or other back-end languages) and php have the same speed and provide stronger services at the same time, so the space of php is squeezed out.
@clamhammer2463
@clamhammer2463 Жыл бұрын
🤣
@zsytssk5176
@zsytssk5176 Жыл бұрын
@@wda6123 The biggest advantage of php is its fast development speed. React makes front-end development faster. React+java (or other back-end languages) and php have the same speed and provide stronger services at the same time, so the space of php is squeezed out.
@slendi9623
@slendi9623 Жыл бұрын
Please Schrodinger's stop
@justanaveragebalkan
@justanaveragebalkan Жыл бұрын
Jquery is the dog, would use it any day compared to react :)
@boot-strapper
@boot-strapper Жыл бұрын
I hate nextjs. Truly awful.
@danvilela
@danvilela Жыл бұрын
2023 fad is to create frameworks that it's name doesn't sound like it writes.. Deno, Vite, Zustand.. Really annoying
@Kris96431
@Kris96431 Жыл бұрын
Please stop
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
this is the side channel, go a head, don't watch. unsubscribe. mute the channel. do whatever you want.
@Kris96431
@Kris96431 Жыл бұрын
@@ThePrimeTimeagen just joking around with the other comment, love your videos :)
@hexerei02021
@hexerei02021 Жыл бұрын
How does jsx relate to cmake?
@alihammadshah
@alihammadshah Жыл бұрын
Bro I used to write JS for IE6 and remember having quirksmode website open and those crockford douglas js tutorials on yahoo videos website :orgasm:
How To Set Up Your FIRST Twitch Stream - OBS MasterClass Ep. 1
13:22
DECORATING A BRAND NEW TWITCH ACCOUNT from start to finish!
7:27
Василиса наняла личного массажиста 😂 #shorts
00:22
Денис Кукояка
Рет қаралды 7 МЛН
Balloon Stepping Challenge: Barry Policeman Vs  Herobrine and His Friends
00:28
Купили айфон для собачки #shorts #iribaby
00:31
Homemade Professional Spy Trick To Unlock A Phone 🔍
00:55
Crafty Champions
Рет қаралды 51 МЛН
Work Life Balance | Prime React
43:57
ThePrimeTime
Рет қаралды 151 М.
MircroServices (and a story about Netflix) | Prime React
14:22
ThePrimeTime
Рет қаралды 228 М.
React is Holding Me Hostage!!! | Prime Reacts
28:44
ThePrimeTime
Рет қаралды 99 М.
Why Svelte is BETTER Than React | Prime Reacts
11:28
ThePrimeTime
Рет қаралды 165 М.
Bun Hype Is Just Like Yarn Hype | Prime Reacts
46:59
ThePrimeTime
Рет қаралды 121 М.
Perl Programming in 2024 | Still a Useful Language?
12:15
StarCoding
Рет қаралды 3,3 М.
An Open Letter To React | Prime Reacts
27:42
ThePrimeTime
Рет қаралды 79 М.
I Quit Amazon after 2 Months | Reaction
29:29
NeetCodeIO
Рет қаралды 67 М.
Code Review: Elixir Lexer
10:40
TheVimeagen
Рет қаралды 34 М.
Getting a Job in Tech | Prime Reacts
31:39
ThePrimeTime
Рет қаралды 97 М.
AI от Apple - ОБЪЯСНЯЕМ
24:19
Droider
Рет қаралды 128 М.
ТОП-5 культовых телефонов‼️
1:00
Pedant.ru
Рет қаралды 19 М.
TOP-18 ФИШЕК iOS 18
17:09
Wylsacom
Рет қаралды 817 М.
Samsung Galaxy 🔥 #shorts  #trending #youtubeshorts  #shortvideo ujjawal4u
0:10
Ujjawal4u. 120k Views . 4 hours ago
Рет қаралды 2,7 МЛН