Pete Hunt: React: Rethinking best practices -- JSConf EU

  Рет қаралды 516,310

JSConf

JSConf

Күн бұрын

Slides: www.slideshare.net/floydophone...
React, the new open-source JS library from Facebook and Instagram, is a different way to write JavaScript apps. When it was introduced at JSConf US in May, the audience was shocked by some of its design principles. One sarcastic tweet from an audience member ended up describing React's philosophy quite accurately: / 339858717451362304
At Facebook and Instagram, we're trying to push the limits of what's possible on the web with React. My talk will start with a brief introduction to the framework, and then dive into three controversial topics: Throwing out the notion of templates and building views with JavaScript, "re-rendering" your entire application when your data changes, and a lightweight implementation of the DOM and events.
License: For reuse of this video under a more permissive license please get in touch with us. The speakers retain the copyright for their performances.

Пікірлер: 238
@samasama2627
@samasama2627 3 жыл бұрын
I'm here to see if this talk might convince me otherwise.
@kushalupreti509
@kushalupreti509 3 жыл бұрын
Lmao. Me too
@Gioeufshi
@Gioeufshi 3 жыл бұрын
@David Smitherman heroes? Seriously? Learning react is now a heroic act?
@musicdev
@musicdev 3 жыл бұрын
@@Gioeufshi Lmao my thoughts exactly
@muhammadasadhaider6893
@muhammadasadhaider6893 3 жыл бұрын
did it?
@guilhermealveslopes
@guilhermealveslopes 3 жыл бұрын
@@Gioeufshi The bane of "business talk and job culture", and the famous "hero everything" in web frontend... Hero section, Hero app, Hero Carrousel, Hero highlight, HERO ANYTHING WHATSOEVER. Annoying how a bunch of people take one word, and use it to imply only one small facet of what its meaning invoke, and overused it ad infinitum...
@ismailbenlaredj
@ismailbenlaredj Жыл бұрын
who came from the react documentary ?
@recursion.
@recursion. Жыл бұрын
What's the point of this comment and why does it matter?
@catharsis222
@catharsis222 6 ай бұрын
What react documentary?
@pengwang5800
@pengwang5800 6 жыл бұрын
On the React Docs, they told me : " this talk might convince you otherwise." so Im here.......loooooool
@gduran3
@gduran3 6 жыл бұрын
same
@Saurabh2816
@Saurabh2816 6 жыл бұрын
Same. I'm fairly new to React and following it's official documentation. Can you suggest me any good resources you are following?
@hegdevishwa
@hegdevishwa 5 жыл бұрын
Me too :D
@ezesundayeze5159
@ezesundayeze5159 5 жыл бұрын
The doc is fine. It's four months now, I'm sure you must have gotten a hang on it by now. You can take Maximilan's free course on KZbin if you aren't good yet with it.
@MenukaIshan
@MenukaIshan 5 жыл бұрын
Same here :D
@DioArsya
@DioArsya 5 ай бұрын
10 years later and I still got a lot of new insights from here 🤯
@codenamegrant
@codenamegrant 3 жыл бұрын
Almost 8 years later and this talk is just as relevant and informative about how React works and why we should be using it. Did anyone else shocking whisper "Holy shit" when you saw what React code looked like on 2013? :D
@benzemamumba
@benzemamumba 2 жыл бұрын
I still don't buy into the grotesque looking code of React, that's why Angular and Vue will forever be my go to technologies.
@SimonLevesque
@SimonLevesque 2 жыл бұрын
@@benzemamumba I was finding the code awful as well when I was looking at the small examples, but when looking at a real example, the JSX part in the render function pretty much looks like a template and everything else managing it is just pure JS. I wasn't sure about not using bi-directionnal binding since I am so much used to it, but that actually makes everything simpler to not have to care about how the frameworks does bi-directionnal binding (which leads to different limitations per framework). After trying the short tutorial, I was actually hooked
@AlexanderTrefz
@AlexanderTrefz 2 жыл бұрын
8 Years later and you still should avoid all of these bloated and pointless frameworks that are bigger than entire well structured apps.
@danielvega646
@danielvega646 10 ай бұрын
well... To be honest, I just learned React because the job asked it, because you get jobs really easy if you know React. Now, if you ask to my neerdy heart what is better? I have a long list of frameworks way better than React. For me, React is bad albeit popular.
@jmrossy
@jmrossy 10 жыл бұрын
"Re-render don't mutate," my biggest takeaway.
@Felix-un7yp
@Felix-un7yp 7 ай бұрын
A talk that made it into the history books of app development. From React to SwiftUI to Flutter , the reactive frameworks have transformed the whole industry .
@jamjam3448
@jamjam3448 3 жыл бұрын
Who else is here from Reactjs docs. Lol. I'm here to be convinced!
@walterdanielhuaynapataagui8716
@walterdanielhuaynapataagui8716 2 жыл бұрын
x2
@tomascarignano5002
@tomascarignano5002 2 жыл бұрын
This is amazing to watch at this point in time!
@popopome
@popopome 10 жыл бұрын
Really interesting. I felt same emotion & motivation when I watched Clojure presentation from Rich Hickey. Thanks.
@ervinsabic1104
@ervinsabic1104 3 жыл бұрын
I'm not convinced otherwise. Handlebars is just so clean.
@ginger-bread_man
@ginger-bread_man 4 жыл бұрын
The talk that kickstarted a new way of JS & GUI dev
@arindam1249
@arindam1249 3 жыл бұрын
" this talk might convince you otherwise."
@atulpatil2289
@atulpatil2289 2 жыл бұрын
I'm here from react docs...what a valuable video
@lightninginmyhands4878
@lightninginmyhands4878 3 жыл бұрын
Best part of the talk, as a novice programmer, is diving into virtual DOM as 19:30
@yikan1107
@yikan1107 Жыл бұрын
yeah, they havent explained how fibers work but it feels like they are doing depth first memoization of the app component tree. The fibers are compared, not the object-in-object vdom model. From videos, they compare fibers to a virtual call stack but i prolly need to EFF around with it. I think there virtual dom is a vague word to describe what the component based frameworks are doing. Anything that uses nested component instances represented by is going to be a virtual dom by nature of these objects in objects representing the document object model.
@Sid2896
@Sid2896 7 ай бұрын
Being a React developer coming from a Mechanical background the whole story of REACT give me goosebumps. I wished i was there in the infant stage of React back in 2013
@rishacha
@rishacha 6 жыл бұрын
Watching this in 2018, came from the documentation and loving React !!
@user-ht6hs6io8w
@user-ht6hs6io8w 6 жыл бұрын
Thank you, Pete and React team!
@Stevenchustudio
@Stevenchustudio 5 жыл бұрын
17:40 - React components are just idempotent functions, that describe your UI at any point in time, just like a server-rendered app. **Again, because they're just functions that take some parameters, and output a description of the UI, they are very easy to unit test.**
@lazykid9167
@lazykid9167 3 жыл бұрын
wow, at the end realised this is from 2013 !? wtf. great talk
@dvdrtrgn
@dvdrtrgn 2 жыл бұрын
This is a seminal discussion about the beauty and utility of a virtual dom. It loosened up hard notions about what separation of concerns means.
@milahu
@milahu 4 жыл бұрын
sounds like a talk on unix philosophy .... modules vs monilith, bazaar vs cathedral, villages vs empire sounds like part of the "paradigm shift" towards an actually functional "one world" order conjunctio oppositorum .... mutual completion of opposites
@dbug64
@dbug64 10 жыл бұрын
That was a great talk Pete. I'm very exited about Reactjs. :)
@roolebo
@roolebo 7 жыл бұрын
I like how React API was designed. It's almost the same as it was 4 years ago! That can be a sign of carefully chosen abstractions that as good today as they were a while back.
@sfafsashfdh6589
@sfafsashfdh6589 2 жыл бұрын
4 years later it is same
@stpedro-ht9ng
@stpedro-ht9ng 2 жыл бұрын
@@sfafsashfdh6589 Functional components and hooks have changed things greatly though.
@johndough6978
@johndough6978 7 жыл бұрын
someone give him a glass of water!
@louismaresca
@louismaresca 6 жыл бұрын
LoL I was thinking the same thing after watching for like 7 mins. Glad this is like the second comment in the stack.
@micgol
@micgol 5 жыл бұрын
Watching this video made me drink lots of water.
@funmeister
@funmeister 5 жыл бұрын
A defibrillator would have been important as well.
@nickharalampopoulos
@nickharalampopoulos 5 жыл бұрын
My thoughts exactly. Do not start a speech while being dehydrated! :-)
@bitsplz
@bitsplz 5 жыл бұрын
Great content but its so painful to watch!
@m.a7473
@m.a7473 5 жыл бұрын
So JSX looks like html but it actually is function. Thank you. I have less anxiety using it.
@lazykid9167
@lazykid9167 3 жыл бұрын
nah, its an expression
@madhurgarg8866
@madhurgarg8866 6 жыл бұрын
Pete hunt left no stone unturned to market React, but no doubt React is awesome. Thank you team facebook!!
@avimehenwal
@avimehenwal 3 жыл бұрын
Amazing talk, wow
@dante_ele
@dante_ele 4 жыл бұрын
Can someone recommend a talk or book that just speaks about the theoretical concepts, principles of React. Like this video.
@MiSt3300
@MiSt3300 3 жыл бұрын
This should convince me to ditch my classical understanding of html and js being sparate... hmm I guess I should give it a try
@NortheastGamer
@NortheastGamer 4 жыл бұрын
I spent this whole video thinking "Dude! Drink some water!"
@aarc2010
@aarc2010 5 жыл бұрын
The video and content is marvellous. But gosh, Pete is struggling, I need a glass of water for myself after that.
@hotmandead1
@hotmandead1 4 жыл бұрын
The intro soundtrack ... I did react :-p
@nitsanbh
@nitsanbh 6 ай бұрын
Crazy to see how it started. No JSX. The ‘var’ keyword
@catharsis222
@catharsis222 6 ай бұрын
This should be mandatory for every JavaScript developer in a bootcamp who is now learning about react
@edchelstephens
@edchelstephens 2 жыл бұрын
Thanks a lot man!
@klingonprogramming3868
@klingonprogramming3868 2 жыл бұрын
Love React...ur right frameworks shouldn't force us to code in a certain way...
@zooroish
@zooroish 3 жыл бұрын
I'm also here to be convinced otherwise!
@conw_y
@conw_y 6 жыл бұрын
Just re-visited this video ~4 years later for the nostalgia. Still loving React, still using it every day, still re-thinking best practices!
@EddyVinck
@EddyVinck 3 жыл бұрын
I have been convinced
@swyxTV
@swyxTV 6 жыл бұрын
amazing to watch this in 2017 when react is now the framework to beat!
@yfzhangphonn
@yfzhangphonn 8 жыл бұрын
I felt like this brings us back to the age of web form but who knows, having html in js and having a middle layer between js and dom gives react supreme advantage over angular. Overall, in terms of Template: Angular > React but in terms of speed, debugging, available UI options... : React > Angular
@JuanPablodelaTorre
@JuanPablodelaTorre 5 жыл бұрын
Two years later: "in terms of speed, debugging, available UI options" Angular > React
@rutiancoren
@rutiancoren 5 жыл бұрын
@@JuanPablodelaTorre lol wrong.
@benzemamumba
@benzemamumba 2 жыл бұрын
React is in NO way, shape, or form better than Angular!
@-cj-
@-cj- 3 жыл бұрын
I will always serve static html that works without any dependencies whenever possible. Because css and js can always fail to download. And I love that I can still do this with React!
@-cj-
@-cj- 2 жыл бұрын
@@carldrogo9492 I've come across several occurrences where files fail to load, hardly unrealistic. Going by your other comments, you just seem to hate programming in general.
@rogerrodriguez9540
@rogerrodriguez9540 4 жыл бұрын
These pretzels are making me thirsty
@sabuein
@sabuein Жыл бұрын
Thank you.
@sharabiani
@sharabiani 3 жыл бұрын
this talk did NOT quite convinced me otherwise...
@IAmIndraTheGod
@IAmIndraTheGod 4 жыл бұрын
At kzbin.info/www/bejne/rmjGgmajp8h-l7s Instead of calling it composition, it should be called association. Because react can have components which can work/reused independently regardless of the parent type. Sometimes there can be aggregation as well as composition relationships between components. So should have been callled association
@Dehhloki
@Dehhloki 3 жыл бұрын
You king of convinced me
@colinren9692
@colinren9692 4 жыл бұрын
Suggest to subtitle video,thanks
@boredhead
@boredhead 2 жыл бұрын
Here to just check why it all started
@niteshsetin
@niteshsetin Жыл бұрын
I am thinking to LEARN React
@GomesNia
@GomesNia 2 жыл бұрын
8 years late to the party, but I have to point out the fact that the entire premise of his argument arises from him putting presentation logic inside the controller? Putting a "tableRowColor" in the view model is such a glaring violation of separation of concern. Presentation is style. It concerns the style sheet and nothing else. If you absolutely have to put it somewhere else, it belongs in your template, but in the example uses it's inserted into the view model (i.e. by the controller/component logic) which seems like such a textbook example of violation of SoC to me.
@andriiyurchuk3299
@andriiyurchuk3299 3 жыл бұрын
From React Docs?))
@jeremymurray-wakefield8011
@jeremymurray-wakefield8011 2 жыл бұрын
I wish I knew what the @cowboy tweet said. The account is suspended. Anyone know the contents of this fabled tweet?
@thejimmylin
@thejimmylin 2 жыл бұрын
What did the @cowboy twitter say? Does anyone know?
@SebLeFrenchie
@SebLeFrenchie 6 жыл бұрын
Good video, I’m surprised there are only 30~ comments on it though
@soumadip_skyy_banerjee
@soumadip_skyy_banerjee 2 жыл бұрын
Here to convince myself ;)
@nescau2.0silva88
@nescau2.0silva88 5 жыл бұрын
best video !!!
@mahdi914
@mahdi914 2 жыл бұрын
Oh yes, it convinced me
@muhammadnabeelasif1235
@muhammadnabeelasif1235 2 жыл бұрын
Ahhhhhhhhhhhh. I'm convinced :)
@barboshaa
@barboshaa 6 жыл бұрын
"Just don't write spaghetti code"... One could say the same about PHP
@dinocajic
@dinocajic 4 жыл бұрын
Thank you!
@superharryboy
@superharryboy 4 жыл бұрын
One could say the same about every programming language.
@kxmode
@kxmode 3 жыл бұрын
ASP.NET code behinds are lasagna code 😬
@rishabhgusai96
@rishabhgusai96 2 жыл бұрын
Does react still work the same way? rerender, don't mutate
@xcatliu9191
@xcatliu9191 9 жыл бұрын
React is amazing
@dennistel734
@dennistel734 10 жыл бұрын
Curious to see how React handles updating of millions of rows.
@NathanJohnson815
@NathanJohnson815 5 жыл бұрын
better than Angular? you also shouldn't be displaying millions of rows at once ;)
@caseymorris2937
@caseymorris2937 4 жыл бұрын
Is there some reason you want to show millions of rows on a Web page?
@user-kx6ym6zs4e
@user-kx6ym6zs4e 2 жыл бұрын
I'm not convinced otherwise
@depiction
@depiction 6 жыл бұрын
The debate of whether it's best to add JS to HTML or add HTML to JS is merely a preference. I'm not convinced after watching this that adding JS to HTML is any better. This video and React's documentation claim that doing so separates concerns. Per this video, separation of concerns occurs by reducing coupling and increasing cohesion. Creating small reusable components reduces coupling. How a developer chooses to organize code that make up layers of a component (presentation, data, etc) does not affect coupling. I could create a single file component or a folder with separate files for each layer. Grouping components into modules increases cohesion, but again, the organization of the various code layers within the components that make up the module doesn't really matter. Therefore, I'd argue that adding JS to HTML doesn't separate concerns. It has nothing do to with separating concerns.
@JuanPablodelaTorre
@JuanPablodelaTorre 5 жыл бұрын
You shouldn't mix languages. It's more difficult for the entire tool chain to work with multiple languages in a single document. You should only use dependencies. Also, I agree.
@lazykid9167
@lazykid9167 3 жыл бұрын
IMHO - There shouldnt be HTML and JS together in the first place. HTML was meant for mainly static stuff and to be amended a little by JS. These days we have superpower-ewwb-apps. If you ask me , there should be only JS + CSS.
@tstcikhthys
@tstcikhthys 3 жыл бұрын
Agree mostly, except for the point about it being a preference. The web is fundamentally about documents: information being served and retrieved. JS had essentially nothing to do with this (unless you're running it on the server). It seems like these days, most people get lost in the shininess of JS and the technology du jour and don't seem to understand the fundamental purpose of the web. That's how you get incredibly misguided comments like the one above mine, where this person is claiming that the web should not have HTML because it's redundant.
@saliabbasraza
@saliabbasraza 4 жыл бұрын
Why people are not REACTing to presenter.
@alexgabriel5877
@alexgabriel5877 6 жыл бұрын
is it outdated?
@Kirshach
@Kirshach 2 жыл бұрын
Watching this in 2021 feels exactly like Steve Jobs presenting the first iPhone
@andrewmelnikov292
@andrewmelnikov292 2 жыл бұрын
Or every next iPhone. There are useful bits but you still feel like you've been fed a pile of shit.
@dulcisfate6060
@dulcisfate6060 2 жыл бұрын
I hope this talk might convince me otherwise.
@aroodt
@aroodt 9 жыл бұрын
Those generated sub-titles are kind of useless. At exactly 12:00 they get downright obscene.
@jsconf_
@jsconf_ 9 жыл бұрын
Andre Roodt Just switched the flag, so you can fix them! The 2014 videos have sub titles from live captions created during the original talk.
@siyangren6623
@siyangren6623 4 жыл бұрын
Nobody can refuse tasty food ... 7:30
@JuanPablodelaTorre
@JuanPablodelaTorre 5 жыл бұрын
Dude made me thirsty.
@SpaceGaia4Life
@SpaceGaia4Life 8 жыл бұрын
"child"... "partial" 7:20 ... react lapsus. Love it!
@franklinokolie8322
@franklinokolie8322 Жыл бұрын
Amaziing....
@catharsis222
@catharsis222 6 ай бұрын
Pete hunt is the senior team lead I wish I had so I can be one to my team
@brendonblaze
@brendonblaze 3 жыл бұрын
This has convinced me otherwise
@gi66itz
@gi66itz 7 жыл бұрын
The row color example couldn't be a worse argument for coupled code. It can be a strong argument for RTFM. nth child has been handling this in 80%+ of browser marketshare for how many years? Styling logic doesn't belong in your templates, it's not 1999, those problems are solved. If you want to argue that this reduces HTTP calls that's fine, but when HTTP2 is up and running there wouldn't be as strong a need for this IMO. Less about the video at hand and more about the industry... As a developer who was working on the web at the turn of the century, I fear the future of using a framework instead of learning the underlying technology. Though web properties turn over every few years (or even months) these days, some don't and maintaining sites is "a thing". With each new framework turning the conventions of the technology on it's ear and then fading away when some new shiny framework comes around, this is just going to get harder...
@tstcikhthys
@tstcikhthys 3 жыл бұрын
This. Every bit of this. I've seen this "let me make a completely controversial statement that throws decades of best practices out the window because _we_ are different and think we have something better" schtick far too many times. A few years down the line, they go, "Oops..." I mean even Facebook's original motto was "Move fast and break things", and now that they've actually grown up, it's "Move fast with stable infra"
@bigmistqke
@bigmistqke Жыл бұрын
We are now almost 10 years later and frameworks are more relevant then ever. Those decades of best practices describe a www that just isn't anymore. Ur talking about the internet of the 90s and the 00s, lol.
@julianzaltron9774
@julianzaltron9774 4 жыл бұрын
idempotent Mathematics 1. denoting an element of a set which is unchanged in value when multiplied or otherwise operated on by itself.
@ElectricChaplain
@ElectricChaplain 4 жыл бұрын
Phantomjs, phonegap lol. It says something at least that React has survived while these other technologies haven't.
@indiegamespotlite
@indiegamespotlite 4 жыл бұрын
lmao rip indeed
@arunaveerappan4749
@arunaveerappan4749 3 жыл бұрын
I don't think this convinced me as stated. I still support separating the presentation logic from data and its manipulation.
@rodwinpieterse1950
@rodwinpieterse1950 3 жыл бұрын
Me too. i cringe whenever using React or anything else that has to deal with a hundred dependencies.
@benzemamumba
@benzemamumba 2 жыл бұрын
It's a very mediocre and grotesque Framework that every shitdev pretends to love.
@fwd79
@fwd79 4 жыл бұрын
So, React is basically VBScript for modern era. Fair enough.
@longnguyenxuan5190
@longnguyenxuan5190 2 жыл бұрын
@babakardiop7071
@babakardiop7071 5 жыл бұрын
Not convincing. Especially when you know Vue.js where there is no "View-Model" so no coupling of modules leading to cascading changes
@mayson12381
@mayson12381 2 жыл бұрын
All I hear is is "we do the same what vue.js does now, except our syntax is ugly as hell"
@baldcoder_
@baldcoder_ Жыл бұрын
You realize which one inspired the other, right? Also, as someone who worked with Vue well before touching React, JSX is only ugly in the hands of bad developers.
@pongtime
@pongtime 29 күн бұрын
Give him some water Jesus
@romankostelnyy6033
@romankostelnyy6033 3 жыл бұрын
Is that still valid? Pete talked it 7 years ago
@kjellrasmundson4538
@kjellrasmundson4538 3 жыл бұрын
same, funny they show a 7 years old video
@kisanpakhreen
@kisanpakhreen 4 жыл бұрын
I like his laptop sticker :)
@jez9999
@jez9999 Жыл бұрын
No matter what else you make of React, the best thing about it IMHO is React Router. Declarative routing is so much more intuitive than having to go to a separate router config like in Vue. It's almost worth using React for that alone.
@alexgalays910
@alexgalays910 Жыл бұрын
Weird, I find routing to be a tiny part of the app and it being declarative doesn't buy me anything at all.
@abdelrahmannour3450
@abdelrahmannour3450 3 жыл бұрын
Well, I'm not convinced
@rewazilol
@rewazilol 3 жыл бұрын
Great content. But someone please get this man a water, he's dying up there
@r3gum
@r3gum 2 жыл бұрын
rethink stablished best practices
@vinny142
@vinny142 6 жыл бұрын
So, if I change a template I have to check where it's used. fair enough, but that's true for *everything* that is re-usable, incuding react components. I get the scary feeling that Hunt is just making shit up to make his new product look like a solution to a problem that doesn't exist, while not being a solution at all. I get the feeling that React is very much like PHP and MySQL where in the beginning: pretending very hard that the established practises where bad, only to later evolve into exactly those practises because... well they work best.
@schenn686
@schenn686 6 жыл бұрын
To be fair, this video is 4 years old and React has updated a bit since then. But yea, there's a lot of "We never had to do X so you shouldn't either" declarations in their docs. Never had to !== shouldn't. But that's how it gets interpreted by a lot of people. "Don't write spaghetti code" - easy to say, a lot more difficult to enforce on an enterprise level.
@kartikkraze
@kartikkraze 6 жыл бұрын
@vinny142 This is exactly what I was thinking when he said that. For example suppose in my React app I have created a custom button component and used it in 50 different components. So if I add a new property to the button component I will still need to track down all the locations where it's being used and set the new property where it's being used in other components. I am really new to React so please correct me if I am wrong.
@schenn686
@schenn686 6 жыл бұрын
Yep! That's why I get frustrated when he's like "You don't need any inheritance". If you have a button, and it only needs that new property some of the time. You might as well just extend the button into a new subclass which uses the same components but has that extra property. Ta-da. Problem solved. Oh, but in React that's bad. You need to rewrite your button for each use case.
@andreasmuller6365
@andreasmuller6365 5 жыл бұрын
Actually I kind of disagree with your first sentence. If I have a rating component inside a product review component, if I change the rating from using yellow stars to silver stars, why would I have to check its usages? How could that possibly affect the component which uses the rating? I can only speak from an Angular perspective, but in Angular components are supposed to be small building blocks, just like classes in OOP. You can then think of the possible usages of a component as its interface to other components. And as long as an interface doesn't change the implementation should be able to change as needed, that's a fundamental principle in OOP. In the same vein, as long as the rating component displays a rating in the way I want ratings to be displayed on the site, why should the components incorporating the rating component care about changes to its template? EDIT: What I'm saying is, it depends on what the respective component does.
@DylanYoung
@DylanYoung 3 жыл бұрын
@@andreasmuller6365 Precisely. And the exact same principle goes for templates, which also presents an API to those looking to use it. We just don't like to think of it that way because change-management is hard.
@connerjensen8170
@connerjensen8170 5 жыл бұрын
React is saweeet!
@user-nj8vn3xm1p
@user-nj8vn3xm1p 3 жыл бұрын
If you are stupid, yes. But wait.
@conw_y
@conw_y 9 жыл бұрын
1:05. Give it 5 minutes - agreed. Be Shoshin (初心). Give it a chance.
@rooneywayne8646
@rooneywayne8646 9 жыл бұрын
Jonathan Conway Are you Chinese ?
@frdomirlo3361
@frdomirlo3361 3 жыл бұрын
Not convinced... Why to keep it simple when you could do it complex... Native web components is a better alternative.
@SethGoldman89
@SethGoldman89 3 жыл бұрын
Has anyone been convinced otherwise as of yet?
@tstcikhthys
@tstcikhthys 3 жыл бұрын
Not anyone who knows how the web fundamentally works and knows how to program properly, no.
@baldcoder_
@baldcoder_ Жыл бұрын
@@tstcikhthys How exactly does the web fundamentally work, oh enlightened one? Templates and controllers were there when the fundamentals of the web were established?
@tstcikhthys
@tstcikhthys Жыл бұрын
@@baldcoder_ Yes, in a sense; separation of concerns essentially always existed. Templates are HTML; controllers are JavaScript, and styles are CSS.
@w0mblemania
@w0mblemania 3 жыл бұрын
Question: if React is so good, why is the Facebook page so appallingly slow and resource-intensive? It's one of the worst offenders out there. It's a showcase for how NOT to make a web page.
@user-hc7vz8on4e
@user-hc7vz8on4e 4 жыл бұрын
@tamonanjester
@tamonanjester 14 күн бұрын
anybody from Honeypot documentary? :)
Understanding React's UI Rendering Process
29:07
CrossComm, Inc.
Рет қаралды 206 М.
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 393 М.
Китайка и Пчелка 10 серия😂😆
00:19
KITAYKA
Рет қаралды 2 МЛН
UFC 302 : Махачев VS Порье
02:54
Setanta Sports UFC
Рет қаралды 1,4 МЛН
IS THIS REAL FOOD OR NOT?🤔 PIKACHU AND SONIC CONFUSE THE CAT! 😺🍫
00:41
Netflix JavaScript Talks - RxJS + Redux + React = Amazing!
37:14
Netflix Engineering
Рет қаралды 393 М.
UI Libraries Are Dying, Here's Why
13:28
Theo - t3․gg
Рет қаралды 267 М.
Hacker Way: Rethinking Web App Development at Facebook
44:36
Meta Developers
Рет қаралды 885 М.
Rich Harris - Rethinking reactivity
36:45
You Gotta Love Frontend
Рет қаралды 317 М.
The Story of Next.js
12:13
uidotdev
Рет қаралды 543 М.
The Truth about Rust/WebAssembly Performance
29:47
Greg Johnston
Рет қаралды 171 М.
Beginner React.js Coding Interview (ft. Clément Mihailescu)
36:31
Ben Awad
Рет қаралды 2,1 МЛН
Cadiz smart lock official account unlocks the aesthetics of returning home
0:30
Мечта Каждого Геймера
0:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 1 МЛН
Carregando telefone com carregador cortado
1:01
Andcarli
Рет қаралды 2,7 МЛН