Anyway, don't mean to bash WCs. Just as I use more React, I see WCs missing every good thing that React model bring
Conversation
isomorphic JavaScript doesn't benefit initial view renders of stateful client routed apps... So not that
2
1
um.. yes it does. It's pre-rendered on the server and typically viewable faster on the client that way.
1
um.. No it doesn't. If I'm using client-side routing, there is no roundtrip to the server between views
1
It does for initial page loads, bookmarks, direct navigation... all critical measures.
2
2
You won't believe how useful and transformative (pardon the pun) in every day life this is.
2
1
I'm sure it's great. I'm skeptical it's as perfect as people claim. I need raw perf in my app.
2
Also.. it's not perfect. But first-class UI is as big a step for writing UI apps as first-class functions.
1
Quote Tweet
I say with confidence as a former UIKit author: React's model for the UI layer is vastly better than UIKit's. React Native is a *huge* deal.
1
1
3
Replying to
I'm not talking about the web or JS or the DOM. The declarative architectural model is the winner here.
Replying to
Totally. And this declarative model is precisely what makes UI-as-a-value possible and usable
1



