Is it time to move on?

  Рет қаралды 101,578

Theo - t3․gg

Theo - t3․gg

Күн бұрын

React has had a great decade. But is it time to move on? Are we in a post-React world?
ARTICLE LINK thenewstack.io...
Check out my Twitch, Twitter, Discord more at t3.gg
S/O Ph4se0n3 for the awesome edit 🙏

Пікірлер: 417
@HemstitchedIrony
@HemstitchedIrony 21 күн бұрын
We're not even post PHP and JQuery how tf are we supposed to be post-React??
@GeneraluStelaru
@GeneraluStelaru 21 күн бұрын
Leave PHP alone. It can complement any SPA just fine.
@Jhkratos
@Jhkratos 21 күн бұрын
PHP is good now apparently
@GeneraluStelaru
@GeneraluStelaru 21 күн бұрын
@@Jhkratos It has pretty good features, especially if you add in packages for data validation and ORM. You also don't need async syntax.
@joeyboli
@joeyboli 21 күн бұрын
@@Jhkratos has been since 7.4
@joeyboli
@joeyboli 21 күн бұрын
@@GeneraluStelaru well you dont need async because php isnt an async lang
@RezetRoy
@RezetRoy 21 күн бұрын
React devs need 10 years more to finally decide which lib they should use to make a http request
@IngwiePhoenix
@IngwiePhoenix 21 күн бұрын
And another 5 to download the bulk their build produced =)
@tuananhdo1870
@tuananhdo1870 19 күн бұрын
It’s problem of another devs. I settled on axios
@v-lado
@v-lado 18 күн бұрын
I thought axios is a cross-framework standard nowadays?
@MerthanMerter
@MerthanMerter 14 күн бұрын
ky is the way
@RezetRoy
@RezetRoy 11 күн бұрын
@@v-lado angular has its own http client from very start. With interceptors and other stuff
@spageen
@spageen 21 күн бұрын
Can we focus on a post-CommonJS world first
@geni15o
@geni15o 21 күн бұрын
this
@PhilipAlexanderHassialis
@PhilipAlexanderHassialis 21 күн бұрын
Actually this. Like, let's solve the friggin' primitives first.
@theairaccumulator7144
@theairaccumulator7144 21 күн бұрын
It's infuriating how 90% of popular libraries are still CJS. you can literally use scripts to convert bruh theres literally no reason to use it anymore
@AdamFiregate
@AdamFiregate 21 күн бұрын
Well said.
@Malix_Labs
@Malix_Labs 21 күн бұрын
- Use Deno/Bun instead of Node - Use JSR instead of NPM That should be enough
@Seven-ez5ux
@Seven-ez5ux 21 күн бұрын
Considering there's people still debating whether they should migrate from JS to TS, I'm gonna say no, it's not that time just yet.
@user-yc4cp7ue2w
@user-yc4cp7ue2w 21 күн бұрын
Hot take, but I don't always need build step for what *.d.ts and jsdoc can mostly replicate
@Svish_
@Svish_ 21 күн бұрын
@@user-yc4cp7ue2w With latest/next version of Node, it seems I won't either 👍
@_nom_
@_nom_ 21 күн бұрын
I just use JS now. TS ruined a lot of the benefits in using JS and offered little to no value. It's good for noob devs though.
@DnKZone
@DnKZone 21 күн бұрын
@@_nom_ it's true, I have never faced any problems related to types in plain js...though it's quite handy to use ts because it suggests you the keys in a object, the parameters needed to be passed to a function and what type of data the function will return (and probably some other handy features I can't remember), other than that it's very annoying.
@dan-garden
@dan-garden 21 күн бұрын
Any minute now..
@mosmo618
@mosmo618 21 күн бұрын
is it time to create a New js freamwork? Every day is a good day to create a new js framework!!
@ClimateChangeDoesntBargain
@ClimateChangeDoesntBargain 21 күн бұрын
Rust Frameworks > JS Frameworks
@xxtuddlexx
@xxtuddlexx 21 күн бұрын
Maybe they could name it next js! /s
@ValerianAndStuff
@ValerianAndStuff 20 күн бұрын
​@@xxtuddlexxnextjs?
@naughtiousmaximus7853
@naughtiousmaximus7853 19 күн бұрын
@@xxtuddlexx Tomorrow.js
@jacobtb1
@jacobtb1 21 күн бұрын
I moved to Vue after a Redux tutorial in 2015..
@shroomydoteu
@shroomydoteu 20 күн бұрын
⚰️⚰️⚰️
@shanekunz
@shanekunz 20 күн бұрын
And there's still a new state library everyday, lol. people love to over tinker. *tinker tinker tinker*
@RezetRoy
@RezetRoy 20 күн бұрын
never felt happier
@Gigusx
@Gigusx 18 күн бұрын
@@shanekunz There are far more people saying there's a new library coming out every day than there are new libraries coming out every year.
@shanekunz
@shanekunz 18 күн бұрын
​@@Gigusx people are welcome to build and publish as many projects as they want, it's just funny how useless the projects are.
@gcash49
@gcash49 21 күн бұрын
based on the job market and the number of greenfield projects still being built with React in big tech and F500 companies, im going to say no..
@RezetRoy
@RezetRoy 21 күн бұрын
Millions of flies can't be wrong
@son1ss
@son1ss 20 күн бұрын
​@@RezetRoymillions of flies pay me money, idc
@softultraviolence5673
@softultraviolence5673 21 күн бұрын
I'm working with Vue now and don't miss "rendered more times than expected" not by a bit.
@RezetRoy
@RezetRoy 21 күн бұрын
Render time argument was never a real thing
@softultraviolence5673
@softultraviolence5673 21 күн бұрын
@@RezetRoy I agree, this is why I referenced a problem that happens with hooks/useEffect and can be a pain in the ass to debug in certain environments
@programmerjowo
@programmerjowo 21 күн бұрын
@@softultraviolence5673 hook is crap
@Fernando-ry5qt
@Fernando-ry5qt 20 күн бұрын
Wait for you to have to hunt down a state reference somewhere in some mysterious place, mutated by some random indian contractor change that breaks half of your app and have no way to find it besides untangling the spaggetti. And of course the timing issued causing components to break if you alter the way you load a particular state fragment Grass is not greener on the other side, both frameworks are cool and suck equally
@jsebrech
@jsebrech 21 күн бұрын
So, what if your user is on a spotty connection, and the Suspense ends up failing. How do you put a retry button in front of them that they can use to refetch that one Suspense without reloading all the rest?
@IngwiePhoenix
@IngwiePhoenix 21 күн бұрын
YES! THIS! Germany's mobile data network is spotty like that, especially if you go by train - which I have to do often, as I am blind and can not drive a car. So sometimes those goddamn webapps just hang forever X.x
@willw2596
@willw2596 20 күн бұрын
The example of passing a Promise into the ClientExample component is actually a horrible feature. It's not just mixing code and UI. It also mixes delayed async rendering with the UI. It really makes the UI = f(state) a big lie. That's nothing functional about it, when the result of f(state) is an ever shifting unknown mess.
@twicfall
@twicfall 21 күн бұрын
I have never regret I migrated my project over to SolidJS. It has resulted in much cleaner and simpler code (no useCallback, useMemo) and less need for complex state management while gaining significant performance improvements. But still, it provides the JSX syntax React developers are used to.
@shenzo-
@shenzo- 21 күн бұрын
React 19?
@unicodefox
@unicodefox 21 күн бұрын
I like Preact. You can write code like Solid OR React, even in the same component
@IStMl
@IStMl 20 күн бұрын
@@shenzo- Look up "I tried React Compiler today, and guess what... ". React is broken at the core and there's nothing they can do to fix it.
@IStMl
@IStMl 20 күн бұрын
Solid is such a joy to use
@kocokan
@kocokan 21 күн бұрын
All should move on to jQuery and the world would be healed
@programmerjowo
@programmerjowo 21 күн бұрын
The fact is most web site still using jQuery 😂
@jonathanvioleta3578
@jonathanvioleta3578 21 күн бұрын
I'm still writing my code using jquery 🙂
@cerulity32k
@cerulity32k 20 күн бұрын
fr, jquery is actually goated
@hobbit125
@hobbit125 21 күн бұрын
"Things like web components are almost always terrible"
@michaelwarren829
@michaelwarren829 21 күн бұрын
100%. people that hate on web components just want them to be react components and dont understand that they arent. they potentially can be though. also wait until all the astro server islands folks figure out that web components and astro server islands are like the exact same. "an empty element that loads a reactive component sometime later when js is requested, received and parsed" is literally where the js that defines is is in lol
@hobbit125
@hobbit125 20 күн бұрын
​@@michaelwarren829 yep. next year or so, someone will take one of the many obvious patterns that you can build around webcomponents, sprinkle a bit of css/js around it and act like they just reinvented all of web development.
@c7rsed118
@c7rsed118 20 күн бұрын
what about SSR with dem? the first thing that's required now
@Breadlywins
@Breadlywins 19 күн бұрын
Lit should be wayyy more popular
@spartanatreyu
@spartanatreyu 16 күн бұрын
@@c7rsed118 If you want your web components to be SSR'd, you can just make them SSR'd and have them update on the client only when they need to. Web components are just html/css/js.
@IronMaidzen
@IronMaidzen 21 күн бұрын
Im not using react (Vue in my work and Svelte for private projects) but Bashing on react is just stupid, reacts push for better UI Code is the only reason we can choose between these framworks now. I don't know what the "better" framework is, but right now it reminds me a lot at the times jquery was suddenly hated although it has made our lives easier for a decade and pushed JS to integrate better standards like querySelctor etc.
@DarenC
@DarenC 21 күн бұрын
We still use jQuery 👍🏽
@Teodor-ValentinMaxim
@Teodor-ValentinMaxim 21 күн бұрын
ye
@MailsonWei
@MailsonWei 21 күн бұрын
Same
@programmerjowo
@programmerjowo 21 күн бұрын
Legend
@PatNeedhamUSA
@PatNeedhamUSA 21 күн бұрын
We still use Fortran
21 күн бұрын
Heck yeah! You know you were onto something when a crucial part of your creation becomes part of the builtin functionality.
@velkb228
@velkb228 21 күн бұрын
PHP: *laughs in php*
@vishalsinghpanwar2972
@vishalsinghpanwar2972 21 күн бұрын
in short, React may not be the only game in town, but it's still a super valuable skill to learn, and beginners shouldn't be discouraged from learning it. ❤ However, it's also super important to keep your eyes & ears open and be aware of the alternatives of the changing landscape. 👀
@Frostbytedigital
@Frostbytedigital 21 күн бұрын
Solid is probably one of the best options that's not particularly popular. I have to use react for work but all my side projects are solid or svelte and they both have better DX imo and are definitely more performant.
@Sameer.Trivedi
@Sameer.Trivedi 21 күн бұрын
We still haven't moved to react and you are talking about moving on from it 😅
@personinousapraham3082
@personinousapraham3082 21 күн бұрын
Umm, Solid Start does, it gives you way more control with (imo) better ergonomics around data paths
@PortalUser2
@PortalUser2 18 күн бұрын
Comment re 17:00: It is not so *** cool Theo. It is so much less elegant that Blazor's mixed mode. Spend some time out of the Next.js ecosystem. EDIT: Theo states "Nothing has this level of composability" but that is just wrong Theo.
@danny3man
@danny3man 19 күн бұрын
I`m sorry, but i`m gonna skip your video this time, and no, not because of the click-bait thumbnails you keep using but because i read that article first... and it was the biggest click-bait (not title, but the whole press article) that i`ve read in a while.... It's like i`m genuinely annoyed and enraged at that article.... It's just gives you a small history of the react, that it has some problems(like every other tech in this world) that it has its supporters and haters (like every other thing in this world), a very brief "there are others too, you know ?" and in the end it blatantly slams you with "Oh well you know it's to early to ask if we're in a post react front-end landscape". And that is it... besides "there are others who don't use VDOM", there's nothing else, no "why are these better, faster, stronger, " arguments, no new tech, right now behind the corner, not even an "AI is gonna do it all" ramble.... What a ducking waste of time that was.....
@meka4996
@meka4996 21 күн бұрын
SolidJS so much better to work with than working with React/NextJs
@NFSCsapat
@NFSCsapat 21 күн бұрын
If I could change the most used framework with one snap, I'd change it to Svelte, fast, easy to learn, no bullshit
@janisozols5255
@janisozols5255 21 күн бұрын
Solidjs even way less bullshit
@IStMl
@IStMl 20 күн бұрын
Solid doesn't require you to relearn a whole new framework. It's React without the bs. You're never gonna convince a whole team/company to switch to Svelte. Solid however? Just show them how similar the code is.
@Gigusx
@Gigusx 18 күн бұрын
@@IStMl Switching is generally hard, a lot of sunk cost. Can always make a case to build a new codebase in it though.
@IStMl
@IStMl 18 күн бұрын
@@Gigusx Svelte also requires to learn an entirely new way of building web apps. Solid code is so similar that refactoring files can mostly be done by GPT, and requires little work
@manoellopes211
@manoellopes211 21 күн бұрын
I love React with all my heart but I see a very clear lock in with Vercel coming up in a near future and the concerns me A LOT
@tedchirvasiu
@tedchirvasiu 21 күн бұрын
At this point it would feel like leaving your wife you know (with goods and bads) for a random girl just because she's younger.
@SXsoft99
@SXsoft99 21 күн бұрын
if it's a toxic relationship yes
@QuebnQ
@QuebnQ 21 күн бұрын
Going back to JQuery is like getting back with your ex.
@prateekshukla346
@prateekshukla346 21 күн бұрын
Bruh the drama ya'll with which ya'll talk about tech libs....smh
@dadi_vlogs3254
@dadi_vlogs3254 21 күн бұрын
@@QuebnQ the first love lol
@SeanCTTR
@SeanCTTR 21 күн бұрын
@@SXsoft99 every relationship has its ups and downs. So will the one you leave for
@aizensoskue3880
@aizensoskue3880 21 күн бұрын
oh passing a promise is a new thing ? sveltekit had it from v1 you just return a promise from a server load FN and let svelte handle it with it await block
@techikansh
@techikansh 21 күн бұрын
feel like i have watched this video before. like a week ago. Did you reupload?
@IngwiePhoenix
@IngwiePhoenix 21 күн бұрын
That MVC punchline hit me hard. I grew up on Yii and jQuery. It was my heart and soul for years and I am STILL transistioning...
@gavipk
@gavipk 20 күн бұрын
for everything that resembles a standard browser app, angular. propper oop style framework. typescript non negotiable. and html is pure html. makes so much more sense. for everything else, vanilla js.
@fronix5060
@fronix5060 16 күн бұрын
Looks at article title:
@RustIsWinning
@RustIsWinning 21 күн бұрын
I think we all know where to move to...
@smallbluemachine
@smallbluemachine 20 күн бұрын
Modern C++!
@RustIsWinning
@RustIsWinning 20 күн бұрын
​@@smallbluemachineYep. That's a nickname that people gave to Rust! Great to see that you also agree. We keep winning 🦀
@Lambda_Ovine
@Lambda_Ovine 17 күн бұрын
Svelte is what you'd expect the next evolution for HTML rendered content for responsive design would be. It's like, "here's HTML, but like, responsive." That's what I like about it the most for the front end, but yeah, once you get used to using hooks and state in React, it's really not that bad and very composable. Now, if only React developers learned to actually use semantic tags and Fragments instead of just everywhere because that kills accessibility
@sardineBro
@sardineBro 21 күн бұрын
You know how I know it’s time to move on? Enterprise companies are barely starting to use it.
@nogovi2686
@nogovi2686 20 күн бұрын
You’ve just lied
@sardineBro
@sardineBro 20 күн бұрын
@@nogovi2686 nope, I've interviewed at some recent enterprise companies and they are all exploring a slow migration towards integrating react
@ray73864
@ray73864 15 күн бұрын
Only React people could have ever believed that 'frontend development' was tied to React. I've never used it and have no intention of ever using it, and i'm in charge of a rather large point of sale that I've been developing for the company since 2009. Really, JS frameworks have just come full circle to PHP, and I'm more than happy to continue with the MVC pattern. (My system is not built in PHP either, it's built in a language that pretty much nobody here will have ever heard of).
@LeFlamel
@LeFlamel 15 күн бұрын
what lang?
@ray73864
@ray73864 15 күн бұрын
@@LeFlamel Progress OpenEdge ABL with an HTML frontend.
@ksg7882
@ksg7882 15 күн бұрын
@@ray73864 It's hilariously bad, just made of marketing hype and the shattered dreams of orphans. In general, languages which attempt to be English-like are always terrible. The company standardizing on that means their management is VERY gullible.
@hexxt_
@hexxt_ 21 күн бұрын
i dont wanna be that guy but you can can pass promise props and await inside svelte markup with much simpler syntax ``` export let promiseProp; {#await promiseProp} Loading... {:then data} Data: {data} {:catch error} Error: {error.message} {/await} ```
@TheOllieJT
@TheOllieJT 21 күн бұрын
Was looking for this comment. SveltKit has streaming - passing promises around from server to client. ... also, sisn't react.learn come after the infamous Svelte tutorial?
@wouldruin2687
@wouldruin2687 21 күн бұрын
Runes aren't really analogous to hooks, either. So the idea that hooks influenced runes seems like nonsense (assuming this is what they mean by reusable logic). You can use runes in a similar fashion to hooks (but you could also use stores as well, if not a little bit verbose), but they're a lot more than just "svelte hooks". The closing thesis that "React is relevant because it's still leading ideas" seems to be based on ignorance of other frameworks.
@Sean_neaS
@Sean_neaS 21 күн бұрын
The reason I never use large frameworks because the only thing you're leaning is that framework for the most part. If you coded that same example with AJAX with maybe some some small helper libraries you're leaning skill set transfer and will last you 20 years.
@ItsRyanStudios
@ItsRyanStudios 21 күн бұрын
Yes it's time to move on... from web dev. Moving to embedded systems. It's so wholesome to write software that will run for decades, and not become obsolete every 5 years when a new framework comes out.
@mattmurphy7030
@mattmurphy7030 21 күн бұрын
@baconmanthelegendthat’s like saying painting and drawing are two completely different things.
@c7rsed118
@c7rsed118 20 күн бұрын
@@mattmurphy7030 i mean they are kinda
@mattmurphy7030
@mattmurphy7030 20 күн бұрын
@baconmanthelegend you never made a career change? Are you like 14?
@RealRogerFK
@RealRogerFK 21 күн бұрын
HTMX actually does the whole waiting thing you did. You can even poll an endpoint and all and with a very few lines and not all of that yapping And yes, Suspense is actually insane for webapps, specially when using React Three Fiber (which I learned for a shwaty but she didn't appreciate it)
@pokefreak2112
@pokefreak2112 21 күн бұрын
I'm more interested in a post-typescript environment tbh. back in 2015 everyone was pushing js forward with custom babel plugins. Then typescript came along and unified everything into a single (semi)-statically typed language and refused to innovate since. afaik the only new syntax we've gotten since those times is the using keyword, and clearly that's because Microsoft controls Typescript so they can just shoehorn it in there. Typescript is great but it really should be a community controlled project with a rich plugin API to add custom features, as it stands now it's holding us back.
@mattmurphy7030
@mattmurphy7030 21 күн бұрын
What should be added exactly?
@pokefreak2112
@pokefreak2112 21 күн бұрын
@@mattmurphy7030 Well they definitely should ditch experimentalDecorators and implement the new proposal. it's stage 3 and effectively done. then just like they did for experimentalDecorators they should add support for the more experimental proposals under feature flags. namely: - pipeline operator - pattern matching - do expressions and as already mentioned have a plugin system so new proposals could come with their own implementations instead of needing to be added directly to ts. you really don't want a central body to have authority over which features get proper LSP support and which ones do not.
@pokefreak2112
@pokefreak2112 20 күн бұрын
@@mattmurphy7030 another example of why we need this: people have been saying they want "throws" annotation support in typescript for years now, but Microsoft doesn't want to add it. The only way you could implement this right now is by completely forking typescript and going through the hassle of somehow getting editors to use your modified language server for .ts files instead of the vanilla typescript one. if typescript just had a plugin/compiler hooks system we could just implement this feature we want as a plugin and use it that way. And if it gets popular it might get merged into typescript officially. But none of that innovation can happen with the way typescript is currently governed.
@alexanderhorner
@alexanderhorner 20 күн бұрын
Can you please make a video about web components and why they’re bad? I‘m currently the only react developer in a company and I originally started there because I thought they wanted to switch from angular to react. But now a bunch of back end developers are pushing web components as an alternative for react which is insane to me…
@WiseWeeabo
@WiseWeeabo 21 күн бұрын
It's insane that we haven't evolved to the point where vanilla js/html/css is good enough.. That we still need these "total conversion" mods to make a sensible front-end on the web..
@carlog.2891
@carlog.2891 21 күн бұрын
Yes, my goodness please yes. At the very least switch to SolidJS without a decade of cruft and tech debt. React is so far removed from standard JS that it's unfun to use
@onça_pintuda999
@onça_pintuda999 19 күн бұрын
Totally agree, I knew it would have a comment saying about Solid, is just the right way of how it should work. Its insane to still use react even knowing that solid is the react that is better than react, what what react seemed to be in the beggining... Simple, solid and fun
@kdhlkjhdlk
@kdhlkjhdlk 21 күн бұрын
My front-end is just static.
@biigmonee
@biigmonee 21 күн бұрын
Congratulations!
@RezetRoy
@RezetRoy 21 күн бұрын
No logic - no problems
@programmerjowo
@programmerjowo 21 күн бұрын
Peace in our time
@IStMl
@IStMl 20 күн бұрын
HTMX vibe
@Gigusx
@Gigusx 18 күн бұрын
@baconmanthelegend W roast
@tomascastelli8491
@tomascastelli8491 20 күн бұрын
Btw svelte runes are very different to react hooks...
@onça_pintuda999
@onça_pintuda999 19 күн бұрын
Its the same as Solid Signals, but react dont have anything quite like that
@zlatanonkovic2424
@zlatanonkovic2424 21 күн бұрын
React would be fine if it weren't for the broken reactivity coming from a decade of bragging that it's "just a library bro". Look at Preact or Solid. They give you the same ergonomics without all the rendering garbage from React. It awesome a decade ago and it definitely inspired many libraries and frameworks but at this point we should really move on.
@IngwiePhoenix
@IngwiePhoenix 21 күн бұрын
+1 for Preact!
@MarkMark
@MarkMark 20 күн бұрын
Phoenix Liveview is pretty awesome. I’m just saying. ;) Amazing engineering productivity, and delightful to work with.
@corntaco
@corntaco 21 күн бұрын
react js was a revolutionary tool. so was the combustion engine.
@IngwiePhoenix
@IngwiePhoenix 21 күн бұрын
Finished watching the whole video. If React has done me any harm then it is making my slow as fuck internet out in the boonies even slower with gigantic bundle sizes - and my friends and their accessibility problems (screen reader, braille display) became MUCH worse. Just as an example, people abuse as an alternative to basically everywhere. Plus, the ultra depth of some of those pages actually leads to screenreaders talking gibberish at some point or...just nothing at all instead. xD Discord, frequently breaks and it was written with this kind of framework... so, while I get the idea of composability and stuff, I do wonder if this has made people either lazy, or so busy with their build tools and other fuzz that they forgot to build an actually usable UI...?
@dev-akeel
@dev-akeel 21 күн бұрын
Send me link, I'll read it myself.
@dzigizord6567
@dzigizord6567 20 күн бұрын
If you pass in a promise to the client can it leak credentials if the promise is an api request with some api key in it, or does it just stream the response and the actual promise is executed on the server?
@smallbluemachine
@smallbluemachine 21 күн бұрын
Web dev has been an absolute ghetto. Web Assembly was gifted to you and all that happened was the radio and rims got ripped off and gang tags were sprayed down the side. Sad.
@user-vs3hi5kc6w
@user-vs3hi5kc6w 20 күн бұрын
Webassembly isn’t meant for GUI though. The frameworks that do user it still need a bridge to JS for DOM update etc. With that come many negatives
@smallbluemachine
@smallbluemachine 20 күн бұрын
That’s just the PTSD talking. -The DOM is THE hack. WA let’s you display whatever you want with whatever language and UI framework you want, with a REST API of your choosing, like an ordinary, sane human would want to when programming a computer.
@IStMl
@IStMl 20 күн бұрын
Oh yeah let me write a UI in Rust hahahaha So stupid
@xrcryptodev
@xrcryptodev 18 күн бұрын
Dioxus?? Full stack rust framework
@user-vs3hi5kc6w
@user-vs3hi5kc6w 17 күн бұрын
@@smallbluemachine Without the DOM there is no a11y built in and many other features that make life easier for your users.
@joe-robin
@joe-robin 21 күн бұрын
Wait I just started learning this !
@Bluepaccao
@Bluepaccao 21 күн бұрын
Checkout astro instead :)
@ItsRyanStudios
@ItsRyanStudios 21 күн бұрын
Keep going bro Thousands of companies use react, and will do so for many more years
@bvdlio
@bvdlio 21 күн бұрын
Just keep learning it. I use Vue now but started with react. Frameworks have alot in common anyways. In the end its just a matter of preference and what framework gets the job done fastest. In most cases the framework you know is the one that gets the job done fastest.
@brangja4815
@brangja4815 11 күн бұрын
Came here to move on from React, ended up learning how cool react is. : (
@final182
@final182 21 күн бұрын
I want to watch the stop using new technologies video, but it is nowhere to be found... not when searching, not when browsing through your channel... please link it?
@pi-or-die
@pi-or-die 21 күн бұрын
hearing that jsx was a later add-on to react kinda blows my mind - what were yall doing before??
@guxit
@guxit 21 күн бұрын
I dislike Suspense. It doesn't makes sense to disconnect your loading UI from the content, and we cannot handle UI transitions which is just awful. NextJS streaming features are cool technically, but the fact that we need to prop-drill again is bad DX. What I really want is have Next stream requests from the server, but populate SWR/useQuery cache, so I don't need to have a direct prop-chain from the lowest page component or convolute things with contexts.
@BoodskiBro
@BoodskiBro 21 күн бұрын
Why do I always get onto stuff when it's just about to go away?
@adcodes
@adcodes 21 күн бұрын
it's not. it's just youtube and twitter. they don't reflect the reality.
@raulivan2103
@raulivan2103 21 күн бұрын
It's his job to keep talking about new stuff , react is still industry standard
@Veretax
@Veretax 21 күн бұрын
Wow that little sample of code is really neat I think everyone who is nervous about these things should just walk through the steps you just did to understand how that work cuz you just explain something that I was struggling with months ago. That I fixed in a very similar fashion but I didn't understand why it was working because I was missing a couple pieces which you just demonstrated and I don't know how to articulate it
@2u841r
@2u841r 21 күн бұрын
I just heard the name "Chedeau" Legendary guy, obviously. But yeah, I respect Anthony Fu
@davidsiewert8649
@davidsiewert8649 18 күн бұрын
The mandatory "we accuse you of shilling in the comments"
@Zuranthus
@Zuranthus 20 күн бұрын
"go learn COBOL" 🤦‍♂ like bruh, look at the job listings, ain't no one getting that fresh out the oven
@jasonrooney1368
@jasonrooney1368 20 күн бұрын
React: it’s just one way data flow Also React: from client to server to client to hooks to store to component
@RezetRoy
@RezetRoy 20 күн бұрын
Also puts markup, logic, direct refs to css classes in one file 😢
@IStMl
@IStMl 20 күн бұрын
Yes, SolidJS ftw
@LutherDePapier
@LutherDePapier 21 күн бұрын
STAAAHHHPP. Just a friendly reminder if someone comments the video without looking it doesn't count as a view. And Firefox automatically blocks autoplaying videos.
@twilightdev
@twilightdev 21 күн бұрын
Is it time to move on? oh boy, NO!
@sanglin9387
@sanglin9387 21 күн бұрын
yes
@pal_lakhindar
@pal_lakhindar 21 күн бұрын
Yes, use svelte
@RezetRoy
@RezetRoy 21 күн бұрын
King is dead
@Delsto5
@Delsto5 21 күн бұрын
I have been learning frontend for a few weeks now and have been trying to decide between frameworks. I landed on React the other day and this helped me to solidify that choice 👍
@willcoder
@willcoder 20 күн бұрын
Whatever happened to the JS community's infamously mercurial commitment to the framework of the week? I feel like something's missing.
@user-xj5gz7ln3q
@user-xj5gz7ln3q 19 күн бұрын
Wow, you managed to render HTML in the browser. That's really impressive. Color me amazed!
@tato-chip7612
@tato-chip7612 19 күн бұрын
i love how everyone is trying to redefine the front end but the best front end i've ever seen is the fan site for cavestory that was created in 2008
@bloodwoork5313
@bloodwoork5313 21 күн бұрын
In angular you can use observables with async pipes
@Xhisorz1
@Xhisorz1 20 күн бұрын
nice vid theo. i enjoy the code examples and hearing your thoughts.
@nonono9700
@nonono9700 19 күн бұрын
19:04 yes it's cool but under the hood it just make an http request the server and act accordingly, i'm quite satisfied with only react + suspense At the end of the day it's just react with sprinkles inside, I don't want to add another layer of complexity to an already complex system
@johnlovell8299
@johnlovell8299 21 күн бұрын
Y'all come back to ExpressJS... we know you're weary and tired of the rat race. (MVC is still King)
@JarheadCrayonEater
@JarheadCrayonEater 21 күн бұрын
It's time for new web protocols and to move beyond HTML and JS as the engines. We've been stuck here for over 30 years, and I've been programming for 40. That's a long time to be beating the same dead horse.
@AdrianTompkins
@AdrianTompkins 21 күн бұрын
what was the payload size for the example?
@bideshbanerjee5506
@bideshbanerjee5506 21 күн бұрын
Anything which you can send through the network, can be passed as props from server to client component as well
@joe-robin
@joe-robin 21 күн бұрын
18:07 does the client code sent after the promise is resolved, how does this work ?
@fexxix
@fexxix 21 күн бұрын
he has another video on this exact topic. basically, the slow component gets "streamed" in.
@Drayken
@Drayken 21 күн бұрын
Suspense renders a fallback placeholder while the component becomes ready. Once the component is ready and the client receives it, it gets displayed. That's basically what you see on sides like outlook where it shows gray shiny boxes before your emails show up, or loading spinners on twitter.
@wwloyd
@wwloyd 21 күн бұрын
I really wonder which crazy framework they're going to invent this time
@supernova_eu_w
@supernova_eu_w 20 күн бұрын
Can’t agree more with Theo here. My experience with people that claim these things, is that they’ve never actually built and maintained a big frontend. I started developing frontend professionally in 2013, so I’ve experienced the whole controversial introduction of React among things like Angular. I’ve done a lot of different things in my 11 year journey as a software engineer, but there has been one constant all this time, and that is React. Big companies I’ve worked for are, to this day, still migrating apps to React. I’ve seen teams experiment with things like Vue and Svelte, but the projects almost always ended up being migrated back to React. So no, the React era is far from over…
@DanielSanchez_dsanc89
@DanielSanchez_dsanc89 21 күн бұрын
It’s time to move on to SolidJS
@shanekunz
@shanekunz 21 күн бұрын
This totally glosses over the biggest React complaint I have. JSX. It's a straight up terrible invention. It's a completely unnecessary abstraction on top of HTML that makes it difficult to use with other technology, adds unneeded complexity, causes syntax confusion, and really provides no benefits. If you remove JSX from React, React is nearly perfect, and so many people wouldn't have felt the need to build other JS UI libs. I can understand why someone might build JSX as part of an early tech demo, but to ship with it?! I can't believe someone didn't step back and simplify it, it almost feels like a Facebook/Meta conspiracy.
@RezetRoy
@RezetRoy 20 күн бұрын
It did someone who never heard of separation of concerns. Totally stupid idea which were sell as a revolutionary vision
@janisozols5255
@janisozols5255 20 күн бұрын
@@RezetRoy Vertical slices are better for reading and easier to understand the context when maintaining. Separating the layers of same concern into a different places just adds indirection and accidental complexity.
@Marxone
@Marxone 17 күн бұрын
C - too old javascript - too old Never yet named quantum computing native language which will be invented in the future - perfection
@Sammysapphira
@Sammysapphira 17 күн бұрын
I feel like the only person who doesn't have an issue with react.
@Sahil-cb6im
@Sahil-cb6im 20 күн бұрын
i worked 1 year react, 1 year vue, currently in vue. but i really love one way binding and jsx with ts. for personal project i use react with vite, zustand and mui.
@tjblackman08
@tjblackman08 21 күн бұрын
13:30 - 19:50 should be a standalone mini video. 12/10, play with React more!
@thederpykrafter
@thederpykrafter 21 күн бұрын
React made me not want to do web dev anymore lol svelte brought that back for a bit but I haven't touched any html/js in months. Might use svelte for a front end in my next project if I get tired of tui's
@janisozols5255
@janisozols5255 21 күн бұрын
Solidjs brought me back
@CaptainCodeman
@CaptainCodeman 21 күн бұрын
I think SvelteKit streaming promises are just as easy if not easier than suspense.
@samuelbidocuello
@samuelbidocuello 20 күн бұрын
Having a component based approach let's the browser cache it better. I believe a subset of JSX could work as a seamless replacement, and is an opportunity to drop the legacy support and make the CSS reset the default
@samuelbidocuello
@samuelbidocuello 20 күн бұрын
Picture writing an static website with JSX, isn't it more ergonomic?
@rex_melynas
@rex_melynas 20 күн бұрын
The funny thing is, people always say "but use vue, you can have two way data binding" and like, yeah, that's why I love React, you read top downs and things happen from top to bottom, I don't want two way bindings and have to look back and forth. Don't get me wrong I get why people like writing less code, or have more expressive code but react is just... too good lol And it keeps getting better, it's not like it's the same framework over 10 years. From JSX being option, to object components, to class components, to functions, to hooks, to server components, signals and like, the framework will keep getting better, and like, not really harder to understand, if anything it's getting easier.
@matthew_bub
@matthew_bub 20 күн бұрын
I admire Theos ability to debate that shit is legendary
@88RunnerBlade
@88RunnerBlade 14 күн бұрын
React just getting started, and enterprise companies are starting to update their jquery code base to "new tech". Nothing better out there to move to and considering the share amount of projects written in react the last decade, React will never disappear, same as PHP
@theevilcottonball
@theevilcottonball 21 күн бұрын
VanillaJS. Here we go!
@Firstname_
@Firstname_ 21 күн бұрын
Video link is not in description 😢
@ricoaw500
@ricoaw500 21 күн бұрын
I love JSX tag since it's indicate UI / Component.
@NabekenProG87
@NabekenProG87 20 күн бұрын
He makes it sound like React is the only innovator in the space and always ahead because of those innovations. Is that really always the case? As far as I know React Hooks and Signals (the thing Svelte Runes are based on) are not exactly the same. I find it much more realistic that small frameworks experiment with new concepts and React often just adopts the surviving ones. I'm not that deep into the lore, but from the outside it sounds like hype trains shouting at each other
@reyghardackernen7213
@reyghardackernen7213 20 күн бұрын
omg, I didn't realize it or knew it before we could do promise there. I'm new here
@rakseiify
@rakseiify 21 күн бұрын
hey everyone, lets move on to htmX!
@prozacgod
@prozacgod 20 күн бұрын
Old things are great? Please point me to the DOS apps I can work on, something about working on some old retro stuff sounds fun, and I still can't flush out of my brain all the various INT 21 and INT 10 calls I memorized 30 years ago :/ Same goes for anyone who wants some windows 3.11 apps, I can write the heck outta some win16 code ....
@golangking3229
@golangking3229 21 күн бұрын
Probably not if you dont work alone
@RustIsWinning
@RustIsWinning 21 күн бұрын
Oh hey Gopher 😊
@patrickmuenster
@patrickmuenster 20 күн бұрын
PHP and jQuery is still king like it was ten years ago. And I never regretted skipping so many "cool" JS Frameworks.
The "Wrong Way" To Use React
39:30
Theo - t3․gg
Рет қаралды 93 М.
Cool Tools I’ve Been Using Lately
23:11
Theo - t3․gg
Рет қаралды 303 М.
escape in roblox in real life
00:13
Kan Andrey
Рет қаралды 41 МЛН
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 1,9 МЛН
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 8 МЛН
I Went To DEFCON!
16:25
ThePrimeagen
Рет қаралды 185 М.
What's New and Exciting in PHP 8 4
9:58
php[architect]
Рет қаралды 13 М.
The Weird Rise Of Anti-Startups
12:57
Enrico Tartarotti
Рет қаралды 254 М.
I hosted a competition to fix my terrible website
29:20
Theo - t3․gg
Рет қаралды 85 М.
I feel as stupid as I look - Brilliant Labs Frame
14:41
ShortCircuit
Рет қаралды 722 М.
Why Democracy Is Mathematically Impossible
23:34
Veritasium
Рет қаралды 3,8 МЛН
Every Framework Sucks Now
24:11
Theo - t3․gg
Рет қаралды 135 М.
Every programming language explained in 15 minutes | Prime Reacts
43:42
Robert Greene: A Process for Finding & Achieving Your Unique Purpose
3:11:18
Andrew Huberman
Рет қаралды 12 МЛН