Svelte Hot Takes - Reacting To Web Hot Takes from Rich Harris

  Рет қаралды 53,247

Theo - t3․gg

Theo - t3․gg

Жыл бұрын

ORIGINAL VIDEO: • Rich Harris on framewo...
THANK YOU VERCEL AND RICH AND LEE AND EVERYONE FOR LETTING ME REACT TO THIS
ALL MY VIDEOS ARE POSTED EARLY ON PATREON / t3dotgg
Everything else (Twitch, Twitter, Discord & my blog): t3.gg/links

Пікірлер: 137
@allesarfint
@allesarfint Жыл бұрын
I feel Theo didn't understood the "Sites should work without JS" take, it's not about making the web fully functional without javascript, is about getting a good enough experience when it is not available, and frameworks should enable devs to do that.
@Divisibly9610
@Divisibly9610 Жыл бұрын
Yeah, as an example, your calendar could just show just a list of your daily appointments when JS isn't available.
@Ironication
@Ironication Жыл бұрын
Basically progressive enhancement should be a focus for modern JS frameworks. I think not a whole lot of people use this way of building sites because it requires extra research and work, plus everything else that needs to be accounted for (i18n, responsivity, business reqs). Would be neat to have a curated list of good practices in one place for easy reference until some support trickles in from framework builders.
@b0nyb0y31
@b0nyb0y31 Жыл бұрын
"Graceful degradation" is something I've heard people used before. Now that SPA has become so pervasive, the idea kinda got shoved away.
@dovh49
@dovh49 Жыл бұрын
I built HTMF, similar to HTMX but with forms first so it makes it easy to build progressively enhanced websites with minimal JS on the front end. It can be even offline completely and a site that works with no JS. Forms for the win!
@Leto2ndAtreides
@Leto2ndAtreides Жыл бұрын
Not sure it's as worth it today as it once was. Plus, you can just cache the javascript...
@adrianjdelgado
@adrianjdelgado Жыл бұрын
I think most of Theo's disagreements are misguided. The talk is presented from the point of view of a tool maker. Rich is not saying that developers should carry the burden, instead, the frameworks and tooling should do the heavy lifting.
@MarthinusBosman
@MarthinusBosman Жыл бұрын
Exactly, datetime stuff suck, because cause the browser or tooling isn't doing it for me as it should.
@theLowestPointInMyLife
@theLowestPointInMyLife Жыл бұрын
He's a very misguided boy. "I was wrong about everything" will be on his gravestone.
@Hwyadylaw
@Hwyadylaw Жыл бұрын
I agree. This is a reaction video though, so Theo's responses are parboiled at best
@maharta8458
@maharta8458 Жыл бұрын
@@theLowestPointInMyLife lmaoo
@danvilela
@danvilela Жыл бұрын
Incredible that people complain about Svelte’s DSL and they completely forget that JSX is also DSL. And they hated it at the beginning too. Svelte is just awesome and people should use it more :)
@MattBolt35
@MattBolt35 Жыл бұрын
"I could rant for 2 hours about datetime stuff." - I felt this in my soul.
@PhilipAlexanderHassialis
@PhilipAlexanderHassialis Жыл бұрын
Haven't even started Theo's react video but even so, when I saw your comment.... motherfrakkin' datetimes man, them and proper unicode handling.
@Mitsunee_
@Mitsunee_ Жыл бұрын
@@nathanreyes the temporal API can only do so much, our weird ass calendar we came up with, timezone and daylight savings are still a thing.
@OurDivineKing
@OurDivineKing Жыл бұрын
Such a well needed talk! Rich has the ear of the industry and for a good reason.
@DiegoBM
@DiegoBM Жыл бұрын
I love this because you can see both Svelte and RSC approach hand in hand. I'd love to see a Rich's react video to Theo talking about RSC to have the complete circle
@Divisibly9610
@Divisibly9610 Жыл бұрын
Just a note, I see a common theme here he makes an opinion and you immediately decide to agree or disagree. I feel it's generally better to let someone state their position before we decide on which side of the argument we fall.
@Hwyadylaw
@Hwyadylaw Жыл бұрын
"Most sites should work without JavaScript" is something I agree strongly with. I think "most" does some heavy lifting here, because even if most what Theo does can't work without client-side JavaScript, most of what is deployed on the web *can*. Even if I don't disable JS, I have to deal with the consequences of the JS requirement regularly. The number of times in the past month that broken JS has made a site inaccessible without me having to do DOM manipulation or patch the broken script isn't high, but it's ridiculous that it's more than twice. 18:50 Rich isn't saying we should get rid of JS, he's saying removing the JS shouldn't break everything. 14:10 I think Rich's message is basically "we should ensure that people *don't* have to work with datetime themselves"
@offroaders123
@offroaders123 Жыл бұрын
Just finished watching the full stream VOD, this one was really great! I felt like I learned a whole bunch this time around.
@owenwexler7214
@owenwexler7214 Жыл бұрын
44:42 as a regular Amtrak traveler who frequently works/codes on the train I feel this deep in my soul
@coffee-is-power
@coffee-is-power Жыл бұрын
Bro, these hot takes are just, awesome! I've felt these things many times, just wasn't able to figure out what was actually wrong, rich harris is just awesome.
@mikleta
@mikleta Жыл бұрын
13:07 had me dying! Love both Rich and Theo so much, I think this has become one of my favorite videos of your channel!
@dovh49
@dovh49 Жыл бұрын
When I add an item to my cart I should be able to see it done immediately. Bunk for SPAs. Most SPAs go all the way to the back end to update the data. He's arguing for offline first capability. SPAs don't necessarily achieve this.
@WorkSightProduct
@WorkSightProduct Жыл бұрын
listening to Rich is like listening to my consience, helps to keep my more wild developer tendencies in check and grounded. PS love the cat
@cocoscacao6102
@cocoscacao6102 Жыл бұрын
Date time picker that works without JS? Uhm:
@riolly
@riolly Жыл бұрын
We are so thankful to have an awesome journalist on the JS land.
@Mitsunee_
@Mitsunee_ Жыл бұрын
now I require that rant on the datetime video. I've been working on and maintaing an event timers site for a videogame for almost 4 years now and there are so many nasty pitfalls to step in; I'd love to hear more people their takes on this stuff.
@mileselam641
@mileselam641 11 ай бұрын
Yes, I don't like TailWind, and I don't like React. This is not because I think I'm a CSS genius. It's because I'm old enough to remember . We've lost sight of why CSS was created: that styling in markup is convenient but inflexible. In addition, React has no CSS styling isolation between components. There was bleed through. TailWind absolutely helped with that. But once you're not using React, using a framework that scopes CSS to the component (like Svelte does), that need for TailWind to solve that problem evaporates along with the problem. If TailWind were a Sass mixin or used CSS variables like Open Props, I'd have no problem with it. It's not the idea of TailWind-collections of related, pre-made, consistent styles-that bothers me. The implementation when viewed through the lens of React's scoping deficiencies even raises it to truly exceptional engineering. I accept good engineering overcoming bad decisions, but I struggle with accepting the bad decisions as part of good engineering. (And I fully acknowledge that they were not objectively bad decisions a decade ago. 20/20 hindsight and all that.)
@kyleroach2581
@kyleroach2581 Жыл бұрын
Love this video. It helped me argue against using Qwik
@ISKLEMMI
@ISKLEMMI Жыл бұрын
A thoughtful response to Rich's thoughtful talk! Thanks for sharing this. 26:51 - "React's whole thing is it's just JavaScript." React folks often say this. This isn't true about any front-end framework, but it means React (and others) are so good that they *feel* like just JavaScript. Most obviously, JSX is widely used and is objectively not JavaScript. It's not in the standard or in any JS implementation. (Linters like TypeScript support it for obvious reasons.) Solid, Vue, React, Svelte, etc. also all need compilers for their abstractions to work and add hidden control flow to do many things such as automatically re-rendering your components when data changes. (Full-stack frameworks are a whole other can of worms that you and Rich already opened in your respective videos. lol) There's a lot more, but this comment is long enough. 42:08 - You *do* have to call signals on props as a function. The code on the slide would only work if those components were passed the return value of the signal
@TayambaMwanza
@TayambaMwanza Жыл бұрын
The problem is that React devs don't say, "it feels like its just js", they say "it's just JS", I think the former statement is more acceptable and should be what they say rather.
@mormantu8561
@mormantu8561 Жыл бұрын
Calling React "just javascript" is quite the stretch in my opinion. I know React but I put it off many times because of all the extra syntax and rules. The most obvious being the "useState" hook instead of creating and mutating a variable.
@tbfromsd
@tbfromsd Жыл бұрын
I actually feel you on the laptop with big font. I have my choice of Dual screen, iMac, and Macbook, at the beginning of this year I switched back to my laptop, increased the font size, and have noticed less eye fatigue and back issues. Now I only use the other computers when I am testing, or gaming. And then youtube is usually running on my phone. Its gone full circle I started on a MBP and will likely retire on a MBP.
@JochiKahn
@JochiKahn Жыл бұрын
I have used a JavaScript blocker for the last 10 years, it works on a white list. From my experience most sites do work without any JavaScript, but it feels like 90s internet. Unless it's super important, I won't even bother with sites that don't load without allowing off-site JavaScript.
@Souljacker7
@Souljacker7 Жыл бұрын
A afluent dev guy talking against capitalism? I'M IN!
@docmars
@docmars Жыл бұрын
This was a fun one, thanks!
@roberthall9452
@roberthall9452 Жыл бұрын
I'm part of the sliver of your Tailwind Venn that isn't complaining based on React performance. Tailwind sucks because it's not vanilla CSS.
@venomweed
@venomweed Жыл бұрын
'I "believe" react still is just javascript' - Theo 2023 29:50 P.S. this was taken out of context
@vipero07
@vipero07 Ай бұрын
54:16 Rich axed Typescript to avoid a double build step for svelte library consumers. Svelte is still very invested in working in and with typescript.
@bjesuiter
@bjesuiter Жыл бұрын
I should try Astro in the next time together with the new Page Transition APIs. They seem to be available in all browsers now , sooo...
@DrClocktopus1
@DrClocktopus1 Жыл бұрын
Has CSS ever been the problem when it comes to performance? Tailwind or not is a matter of DX taste imo - personally I prefer styled components or even just css modules - anything that will let you write actual css
@docmars
@docmars Жыл бұрын
I use Tailwind with Styled Components using Twin.Macro -- never happier!
@paragateoslo
@paragateoslo Жыл бұрын
I feel Tailwind mostly solves issues people had with styled components, which again solved issues people had with global css that again was already solved with css modules. I have never heard any arguments of either styled components or tailwind that css modules dont already solve. The only thing Tailwind has going for it is a good set of default design tokens. But why not just copy those and use them in vanilla css and css modules?
@nowheremap
@nowheremap Жыл бұрын
i don't think sveltekit users are typically all that aware of performance. svelte was always targeted to casual programmers to an extent; it started as a tool for data visualization professionals to build widgets fast without having to learn much on top of basic javascript.
@nephis_2006
@nephis_2006 Жыл бұрын
The take on JS being event driven and ui is state driven is terrifying
@Leto2ndAtreides
@Leto2ndAtreides Жыл бұрын
Archiving pages could be improved anyway - stuff could be loaded with a headless browser, and converted to images even... I do like this idea of being able to save the history of the web.
@fredbcruz
@fredbcruz 11 ай бұрын
About the liminal spaces: the moment you change the j for t or add x at the end of js you're no longer on pure js™ realm
@astartup
@astartup Жыл бұрын
I do live coding and I do like having less stuff on the screen, but I'm never giving up all my monitors. I use a 4K monitor for my living coding and I zoom in to 1/4 of the screen so you still get a 1080p stream, so I have the huge fonts in OBS, but I make the Explorer 1/2 of the screen, and the console is 1/4 and code with is 1/4, both on the right-hand side. I have an ultra-wide monitor that I use for OBS and I can add an extra browser window. I use also a dedicated 13.3" 1080p monitor for an extra desktop. This allows me to quickly switch between the browser that the live-stream viewers can seek I also have one more 13.3" 1080p monitor that is for utility. I just use them for quick reference, or I'll have a tutorial video on them. I've got a badass RPC library called Script2 that is a baller and better than tRPC. You have to have RPCs to do most multi-threaded applications. HTTP is essentially a RPC protocol, so is GraphQL.
@bartech101
@bartech101 Жыл бұрын
If you lose connectivity your app without javascript won't work either. Without js you need a roundtrip to the server, so if you have connectivity you can get js in the first place.
@kp8752
@kp8752 Жыл бұрын
I wouldn’t hate instead of a separate file for server actions. I understand the trouble around source maps though
@Holobrine
@Holobrine 4 ай бұрын
Navigating the client server divide is the next frontier, eh? My take is be selective about what needs the server at all, but when you do go to the server, make it do most of the work. What this means is, if you don’t need to persist state, stay in the client. If you do, make the server do all the validation and get your response in hypermedia form, ready to just display somewhere on the page. All this to say, htmx and hateoas is the answer. One bit of nuance to generalize a bit better: The computation location should depend on the lifetime of the state. If it’s ephemeral, do it in the client. If it’s shared between a only few users (e.g. Google docs editing), do it on an edge machine close to them. If it’s forever, do it on the main server(s), or even a big distributed back end.
@samuelschwager
@samuelschwager Жыл бұрын
I was young and needed the JS :P
@jengstrm2
@jengstrm2 Жыл бұрын
Lol. I built the first browser-based calendar and it was sweet. Why would you put limits on what talented devs can do within limits?
@jhonyortiz5
@jhonyortiz5 Жыл бұрын
I'm not anti react. It's cool. But I am a svelte lover and oh man, I can still admire react, but I won't touch it if I don't have to now that I know how simple, elegant, and concise web development can be.
@ryanquinn1257
@ryanquinn1257 Жыл бұрын
I thought a date picker would be a simple component I could make months back as a newbie. Hell no. I learned to just accept that little ugly module size for not dealing with that much head ache vs. just get it picking and working. When people make their own I instantly start breaking it by going back to pre Gregorian when FUN FACT the pope basically became the first mass time traveler fast forwarding us 10 days. Then you go forward and the date is wrong haha.
@picasso566
@picasso566 Жыл бұрын
During your vid you switched to what looks like a PM app to note an idea... What app is that?
@fredbcruz
@fredbcruz 11 ай бұрын
about metrics i have to be true, man. 2/3 of the times i come to this channel is because of something i saw on primeagen, even though i'm a subscriber
@ddomingo
@ddomingo 10 ай бұрын
Angular and Lambdas. I swear you will like Angular if you give it a try. Specially the dependency injection and RxJS.
@kwhandy
@kwhandy Жыл бұрын
KPOP MV reaction ❌ JS Framework Demo reaction ✔️
@Gornius
@Gornius 10 ай бұрын
Rich is literally Web Jesus.
@dario2466
@dario2466 Жыл бұрын
I absolutely love your content. AI !=== Robot tho. Nonetheless those who embrace AI will not be the first overwhelmed by it. Thanks for the videos!
@Dev-Siri
@Dev-Siri Жыл бұрын
that cat was awesome
@brianmcbride1631
@brianmcbride1631 Жыл бұрын
I just don't think Javascript is evil. Maybe we need better ways to bundle/load/etc and even then things have come along so far. The argument "ever tried to use an app on the subway when connection drops and your JS didn't load?" Ok, you have no connection. You won't be making new calendar appointments either. Remember the PWA idea? Were the site/app you use is cached so when you go to use your app it works offline first? We have chased the goal of "first paint" and "time to interactive" on the very first user at the expense of the tooling around repeat users. Maybe you are a news site, that first visitor is more important. Or you have a calendar app, I'd lean into the repeat user experience.
@SamualN
@SamualN Жыл бұрын
imho react is just javascript as much as solid is just javascript
@russpalermo
@russpalermo Жыл бұрын
I have a different take on what could be a major improvement on the web experience for everyone and that is for developers to clean up the garbage they casually throw on the floor with links to docs and demos. We all click through dozens of dead links every day. Not only is it frustrating it also is a big waste of productive time and bandwidth. Add it all up in aggregate and I bet the numbers there are staggering.
@Bizarro69
@Bizarro69 8 ай бұрын
what is up with the move-fast & break-stuff mentality of people in tech. they're behaving like the tech they're producing which clears the table every time you move a step forward.
@erics2133
@erics2133 5 ай бұрын
Given your take on how Svelte made = "magical" I'm assuming you approve of the reactivity changes coming in Svelte 5? Just curious, I'm in favor of it as it makes it more explicit but still easy to work with.
@t3dotgg
@t3dotgg 5 ай бұрын
Yes, huge fan of Runes (I have a vid about it somewhere)
@omarmoataz
@omarmoataz Жыл бұрын
The greatest Tom Scott video of all time that was also referenced by theo: kzbin.info/www/bejne/Y2baoaBjnMqmhbs
@zaktoob
@zaktoob 10 ай бұрын
pre-fetching resources because someone might click through to that link is bad practice. Fight me.
@owenwexler7214
@owenwexler7214 Жыл бұрын
50:47 oof big SQL injection vibes
@pencilcheck
@pencilcheck Жыл бұрын
my hot take for the editing is that I use neovim + tmux and I code on my laptop. my screen looks like tiny little beehive. i opened so many "windows" in one tab it is insane, plus with the split of tmux I have code running on the side. And this is all cramped on a small laptop screen. you think i'm joking but that's how I code.
@Leto2ndAtreides
@Leto2ndAtreides Жыл бұрын
Feels like the "sites should work without Javascript" is more a point in favor of caching files.
@origanami
@origanami Жыл бұрын
Rich’s attitude towards the businesses that keep us all employed is a hot take
@dovh49
@dovh49 Жыл бұрын
No, React websites do suck. Yes, some websites need React because of a lot of state. But most don't. .NET Rocks website started using React and the user experience went way down. The thing is most websites a static page with a little interactivity is OK. Other websites something like HTMX works fine.Others, that need a lot of interactivity on the front end, React could be a smart choice. Yes, ads on web pages suck too and can overshadow the problem of SPAs for sites that don't need SPAs.
@upsxace
@upsxace Жыл бұрын
Now explain why React websites suck?
@ea_naseer
@ea_naseer Жыл бұрын
​@@upsxace react websites suck because most of the websites do not have the property of "interactivity everywhere" to justify the use of react. react as a framework doesn't suck, the product "react website" does.
@vikingthedude
@vikingthedude Жыл бұрын
That’s a big ass kitten
@maskman4821
@maskman4821 Жыл бұрын
Sveltekit/Svelte is No.1 frameworks, better than No.2 Next/React 😍🤩🥰😀😎👍😉😘
@cowabunga2597
@cowabunga2597 Жыл бұрын
How about No 😀😃🥰😍🤪😜
@markusobermaier
@markusobermaier Жыл бұрын
why this sceptical look at 19:45?
@rootbeernineteen135
@rootbeernineteen135 Жыл бұрын
@3:44 *cough* Alex Russell *cough*
@wobsoriano
@wobsoriano Жыл бұрын
"The web sucks because of capitalism" hmmm I see what you did there...
@ea_naseer
@ea_naseer Жыл бұрын
The web also moves forward because of capitalism 😂😂😂
@commentercomentando78
@commentercomentando78 Жыл бұрын
@@ea_naseer Kkkkk sure... because open source, which is what moves the web forward, is suuuper lucrative...
Жыл бұрын
@@commentercomentando78 open source is indeed lucrative. Companies wouldn't go open source unless they think it's a good way of making money.
@twenty-fifth420
@twenty-fifth420 Жыл бұрын
@ This is bad equivocation, some of those companies blatantly abuse open source for their own benefit. You really don’t have to look that far to find some stories. Also, we are talking about developers first, not companies. Most devs who do open source do it for free, where is ‘lucrative’ part in that?
@stephanjacob17
@stephanjacob17 Жыл бұрын
@@ea_naseer imagine actually believing this lmao
@n4bb12
@n4bb12 Жыл бұрын
Yes, SPA docs feel better to use
@JohnVandivier
@JohnVandivier Жыл бұрын
Rich >>>
@loquek
@loquek Жыл бұрын
Please link original video -_-
@loquek
@loquek Жыл бұрын
kzbin.info/www/bejne/q4mmmqOgl8iEnK8
@JoRyGu
@JoRyGu Жыл бұрын
One of the few things I vehemently disagree with Theo on is that tall files are better. Rich pretty much spelled out the way I think about it here.
@danvilela
@danvilela Жыл бұрын
Funny thing is: single file components are taller files :P
@JoRyGu
@JoRyGu Жыл бұрын
@@danvilela They aren't when you do what Theo does and stack 5 related components in the same file.
@SatoshiCommentorto
@SatoshiCommentorto Жыл бұрын
Really? Date picker is your reason for not making a jsless calendar? lol
@panicatthedisconnect
@panicatthedisconnect Жыл бұрын
you look up to him. which you took the humble nature with you as well. I am very disappointed by the egotistic opinions of unit tests and code-splitting. Those weren't your humble opinions were they. they were facts.
@CanRau
@CanRau Жыл бұрын
Talking about this computerphile video „the problem with time & timezones“? kzbin.info/www/bejne/Y2baoaBjnMqmhbs
@cloudpuncher4615
@cloudpuncher4615 Жыл бұрын
😆 "Typescript won" ???.... Svelte have just dropped TS and moved back to JS with JSDoc...😆
@matthewcole4521
@matthewcole4521 Жыл бұрын
Svelte didn't drop typescript, they are still using typescript tooling, just not writing it in "typescript". The consumers of the framework will be unaffected
@cloudpuncher4615
@cloudpuncher4615 Жыл бұрын
@@matthewcole4521 That's the point TS is supposed to be for big projects like the Svelte code base. I've done some ActionScript and that was OK, I think I'll just wait out for type comments in JS. Then you can get type checking on the side and not have to hack around JS
@abiodun6897
@abiodun6897 Жыл бұрын
I don't understand all what's said in this video 😂😭
@danvilela
@danvilela Жыл бұрын
I had to watch it 2x lol
@inuyasha9948
@inuyasha9948 Жыл бұрын
13:40
@EthanStandel
@EthanStandel Жыл бұрын
In the Solid example, the reason you don't call count as a function is that props is always a reactive object so accessing the count property is the same as calling a signal accessor function. The solution is that doubleCount needs to be a function, which I think makes more sense _unless_ you're React brained. Especially once you're signal-brained, the concept that all dynamically updating state should be wrapped within a function is actually super sensible. I recently converted a React library to be a Solid library and all that it took was identifying each piece of unique input state and requiring that it be a signal accessor and that any subsequently calculated values just became functions rather than values. After that it was just convertilng useEffect to createEffect and getting rid of the now unnecessary dependency arrays. I think it's really dumb that this example got included with "implicit DSLs" and it's a sign of major React-🧠 which is surprising to see from Rich.
@jessypouliot8374
@jessypouliot8374 Жыл бұрын
Coding on a laptop is underrated (unless you're using Windows/Linux) and using the IDE terminal aligned to the right instead of on the bottom or something in the background in underrated My IDE looks like this [files|code|git] [files|code|cli] [files|code|cli] And I've never been as productive and I'm using a small 14inch laptop with a trackpad
@explosionspin3422
@explosionspin3422 Жыл бұрын
No idea what you mean by the "windows/linux" thing. Been coding on a linux laptop for like 4 years now and been loving every second of it (well, maybe not every second but tou get the point)
@patricktluszcz
@patricktluszcz Жыл бұрын
framework wars hidden behind a presentation. His point is just his framework is better than others.
@LusidDreaming
@LusidDreaming 7 ай бұрын
I don't know that I agree with making things better for humans will make it better for AI. That's an unfounded assumption based on the idea that the human mind is the model for all intelligence, but that is almost certainly untrue.
@PaulSebastianM
@PaulSebastianM Жыл бұрын
When JS will become a real compiled language or be replaced by a real compiled language (and TS is not one), the web will be 5x more secure than it is now. Really hoping WASM is going to become that.
@leularia
@leularia Жыл бұрын
i dont think theo get what his saying
@ultrahalf
@ultrahalf Жыл бұрын
tz nightmare
@vipero07
@vipero07 Ай бұрын
29:42 I find the whole "it's just JS" thing funny... JSX is not just JS. It is under the hood, but it isn't in the sense that something needs to convert it to JS. React likes to claim it's just JS yet I rarely have seen react code without JSX. And JSX exists in JSX files and TSX files. Theo... how can you possibly dislike .svelte for the same crime that you experience in a .[jt]sx world?
@diegosanchezramirez8333
@diegosanchezramirez8333 Жыл бұрын
Bring back geocities 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉
@brianmcbride1631
@brianmcbride1631 Жыл бұрын
Vercel makes money by selling you servers. Of COURSE they will push into RSC. Otherwise they are just wrapping cloudflare CDN at almost no profit. We really want to do a round trip load on every page? Of course that experience is going to suck on mobile. I've been developing for too long, because I remember BEFORE we had components, PWA, SPA, and all this stuff we created to mitigate the issues. This doesn't even get into the API first and the value of having a robust API layer for future development. We don't need another PHP hellscape experience where back end logic is monolithic and tightly coupled with the web views.
@Offe2246
@Offe2246 Жыл бұрын
I think you are a lot too much into it. foldsss
@thederpykrafter
@thederpykrafter 4 ай бұрын
1 like for video + 1 like for kitty = 1 like bc KZbin logic 🤷‍♂️
@martinkinywa2512
@martinkinywa2512 Жыл бұрын
Theo is a rookie that thinks he is smart. Rich Harris is solid!!
@ojvribeiro
@ojvribeiro Жыл бұрын
Ackshually, Rich Harris is Svelte. 🤓
@leularia
@leularia Жыл бұрын
Thio should switch to svelte belive me 😅😅
@saadowain3511
@saadowain3511 Жыл бұрын
Whats up with mustache
@NuncNuncNuncNunc
@NuncNuncNuncNunc Жыл бұрын
I think it's never do date math unless you absolutetly need to. Date strings never fail. Harris thinks JS is the reason sites fail to archive/maintain old site versions. 404 has been with the web from the start, dear. If anything, JS ca save you, if you wish. DSLs get a bad rap - said Rich Harris and....
@krisnrg
@krisnrg Жыл бұрын
The more I learn details about React the more I dislike it
@brunobellomunhoz
@brunobellomunhoz Жыл бұрын
I need more cat breaks in my videos!
@nevaknowmanamesame5089
@nevaknowmanamesame5089 Жыл бұрын
React was great, until it wasn't. Somehow I get bored listening to Rich. And also, he has a point that more sites should work w/o js, I agree with that. But. Even SvelteKit static pages rendered on server have NO HTML BODY WHATSOEVER. Nuxt server rendered files have full body. Hmmmmmm....
@fakenameforgoogle9168
@fakenameforgoogle9168 Жыл бұрын
What? Sveltekit static prerendered pages have all their HTML. You'd have to specifically toggle the configuration for there to be no body
@Nodsaibot
@Nodsaibot Жыл бұрын
lol muh capitalism, no the web sucks because of gov intervention, limited space and too many squatters
Did I Pick The Right Database???
1:07:48
Theo - t3․gg
Рет қаралды 208 М.
ThePrimeagen & Rich Harris AMA
1:11:54
ThePrimeTime
Рет қаралды 61 М.
Опасность фирменной зарядки Apple
00:57
SuperCrastan
Рет қаралды 11 МЛН
Mom's Unique Approach to Teaching Kids Hygiene #shorts
00:16
Fabiosa Stories
Рет қаралды 34 МЛН
Inside Out Babies (Inside Out Animation)
00:21
FASH
Рет қаралды 17 МЛН
Why Svelte Might Just Outdo React: Rich Harris Unveils Shocking Comparisons!
1:00:26
Whiskey Web and Whatnot: Web Development, Neat
Рет қаралды 2,4 М.
Water powered timers hidden in public restrooms
13:12
Steve Mould
Рет қаралды 326 М.
The DHH Problem
10:46
Theo - t3․gg
Рет қаралды 67 М.
Rich Harris on frameworks, the web, and the edge
34:10
Vercel
Рет қаралды 109 М.
My Stack Is Changing
53:28
Theo - t3․gg
Рет қаралды 129 М.
Do you REALLY need SSR?
18:15
Theo - t3․gg
Рет қаралды 164 М.
Stack Overflow Survey 2024
1:28:35
ThePrimeTime
Рет қаралды 112 М.
Svelte 5 Surprised Me
6:06
Theo - t3․gg
Рет қаралды 65 М.
Rich Harris Forks JS?? | Prime Reacts
6:56
ThePrimeTime
Рет қаралды 74 М.
Kumanda İle Bilgisayarı Yönetmek #shorts
0:29
Osman Kabadayı
Рет қаралды 2,2 МЛН
Хакер взломал компьютер с USB кабеля. Кевин Митник.
0:58
Последний Оплот Безопасности
Рет қаралды 1,9 МЛН
НОВЫЕ ФЕЙК iPHONE 🤯 #iphone
0:37
ALSER kz
Рет қаралды 340 М.