TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Yahoo Mail moving to React

231 pointsby rfc791over 10 years ago

31 comments

DigitalSeaover 10 years ago
I am surprised at all of the hate that Yahoo! is receiving for this, in the comments section of Hacker News (not surprisingly). This is great in my opinion, I think React.js is definitely the future of SPA&#x27;s especially when combined with the Flux architecture. As someone who has been using React on a daily basis for the last few months, I have a severe man-crush on it. It just makes so much sense, combined with something like Browserify and working with a isomorphic workflow (shared codebase front and back-end).<p>And those who say Yahoo! are just jumping onboard the React hype train or Node.js hype train, you have it all wrong. Yahoo! have been using Node.js for the last few years, in-fact early 2010 is around the time Yahoo! engineers started playing with Node.js, long before it was considered mainstream cool or being used really in any high-profile scale environment.<p>It is rare that a company the size of Yahoo! truly ever embraces moving at this kind of pace and embracing new open source technologies, languages, frameworks and libraries. Now that Yahoo! have openly declared their use of React on such a large scale, expect it to explode even more so in 2015. For an open source project that is a little over a year old, React is getting the kind of user-base and adoption that most open source projects can only dream of having.<p>This news excites me. I honestly cannot wait to see how it all turns out.<p>PS. I have noticed a few people in the comments section getting confused. Yahoo! Mail is NOT using React just yet. The current mail product is still using YUI and plain HTML&#x2F;Javascript. If you read through, it mentions 2015...
评论 #8664406 未加载
dschiptsovover 10 years ago
Why on Earth people who aren&#x27;t merely enthusiasts of &quot;cool async JavaScript with V8&quot; or those who began as a webdevs and knows nothing better than JS and PHP, could choose a single-threaded solution, which blocks the whole app if a single function blocks, and forces programmers to write spaghetti wrappers around asynchronous call-back hells in a non-functional but GC&#x27;ed language?<p>I am really too stupid to get it. &quot;Single language for a whole stack&quot; is a pretty stupid Java-sque argument, a naive assumption that one single language is good for all kinds of tasks.
评论 #8663065 未加载
评论 #8663022 未加载
评论 #8663677 未加载
评论 #8665261 未加载
评论 #8664537 未加载
评论 #8663085 未加载
评论 #8665253 未加载
评论 #8663613 未加载
cagefaceover 10 years ago
I&#x27;ve been a Javascript and Node skeptic for years now but I think the tide is finally turning. So much time and energy has been poured into making JS better that it&#x27;s finally starting to pay off. Javascript with all the ES6 enhancements is really not a bad language. The runtime performance is already very good and continually getting better. Tools like Typescript and Flow make dealing with larger code bases much easier.<p>I don&#x27;t think the other &quot;scripting&quot; languages like Ruby, Python, and PHP stand much of a chance against it in the longer term. They just don&#x27;t have the resources to compete.
评论 #8663352 未加载
评论 #8663043 未加载
评论 #8662974 未加载
评论 #8662929 未加载
评论 #8663351 未加载
评论 #8662945 未加载
remonover 10 years ago
What an odd trend. First Netflix moves part of their infrastructure to Node (<a href="https://news.ycombinator.com/item?id=8631022" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8631022</a>) and now Yahoo is doing something similar. Node.js is great but I don&#x27;t think huge enterprise systems for some of the largest brands in the world are necessarily the best fit. I wish they&#x27;d provide some insights on why they&#x27;re making that particular move.
评论 #8662631 未加载
评论 #8662562 未加载
评论 #8662607 未加载
评论 #8662565 未加载
评论 #8662692 未加载
评论 #8662682 未加载
评论 #8662594 未加载
评论 #8662617 未加载
评论 #8662543 未加载
评论 #8662980 未加载
mygreetingsover 10 years ago
Little bit off topic but is there anyone like me in community having a problem with liking javascript?<p>I have worked with javascript for years but it was always for DOM manipulation. When it comes to building an app with javascript, i feel like it is too fragile to depend on.<p>Anyone can help me to get rid of this feeling?
评论 #8663195 未加载
评论 #8663357 未加载
评论 #8663061 未加载
评论 #8662713 未加载
评论 #8662568 未加载
评论 #8662766 未加载
评论 #8662824 未加载
评论 #8663146 未加载
mncolinleeover 10 years ago
I see a ton of discussion about the NodeJS decision and almost nothing about the more interesting industry paradigm shift to reactive programming and using functional-style programming in an imperative language.<p>They&#x27;re joining the likes of Facebook, Netflix, Square, Microsoft, Instagram, Khan Academy, SoundCloud, Trello, New York Times, and others in adopting reactive extensions.
评论 #8663600 未加载
评论 #8663767 未加载
评论 #8663627 未加载
glifchitsover 10 years ago
Yahoo&#x27;s React&#x2F;Flux projects mentioned at the end are intriguing. I have tried implementing Flux architecture in an app and found it really tedious and boilerplatey. I&#x27;m still looking out for well-implemented Flux dispatcher libraries.<p><a href="https://github.com/yahoo/dispatchr" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;yahoo&#x2F;dispatchr</a><p><a href="https://github.com/yahoo/routr" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;yahoo&#x2F;routr</a><p><a href="https://github.com/yahoo/flux-router-component" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;yahoo&#x2F;flux-router-component</a>
评论 #8662683 未加载
评论 #8663548 未加载
评论 #8664341 未加载
评论 #8662738 未加载
jameswraggover 10 years ago
Here&#x27;s the associated Yahoo Engineering blog post that goes with the slides. <a href="http://yahooeng.tumblr.com/post/101682875656/evolving-yahoo-mail" rel="nofollow">http:&#x2F;&#x2F;yahooeng.tumblr.com&#x2F;post&#x2F;101682875656&#x2F;evolving-yahoo-...</a>
bsimpsonover 10 years ago
I was hoping to see a conversation around the points addressed in the slides (e.g. how to handle async data in Flux). Instead, it&#x27;s a bunch of neckbeards whining about people using Node.
评论 #8665008 未加载
评论 #8663210 未加载
untilHellbannedover 10 years ago
I can&#x27;t make arguments about Node&#x27;s technical abilities, but I like that big companies are throwing more of their weight behind Javascript.<p>I think Javascript is fun and easy to use. That&#x27;s good enough for me.<p>That it helps preserve balance with iOS and Android in the &quot;software eating the world&quot; conversation, is a bonus.
z3t4over 10 years ago
With the Opera browser it takes over a second to load the GUI whenever I click something, and the overall design looks like it has been made by someone making his&#x2F;her first homepage. No wonder they decided to use something that encourage in-line HTML where code and design get entangled like a pile of spaghetti - making it almost impossible to maintain.<p>In the last years JavaScript has exploded with new frameworks and &quot;compile to JS languages&quot;. But I have yet seen anything close to usable. Maybe it&#x27;s because I&#x27;ve become &quot;speed blind&quot; after coding JS for over 15 years. I do not see all the problems ppl see in JavaScript, until I look at code written by beginners that seem to use every framework out there, and over-complicate the code, and naming everything with one letter variables and the name of their favorite pizzas.
dyejeover 10 years ago
It&#x27;s funny that this showed up on the front page, because yesterday I logged into an old Yahoo email account for the first time in a few years and was absolutely astounded at how awful the UI was.
评论 #8662575 未加载
评论 #8662775 未加载
fideloperover 10 years ago
The exciting part of this for me would be around improvements in Yahoo - removing old cruft code. There&#x27;s lot of strangeness and&#x2F;or flat out errors I run into on Yahoo regularly. Any improvement in that regard could be a big benefit.<p>On the topic of JavaScript - I love Node as a glue. For larger applications - I just don&#x27;t know how to structure (architect) a large application on a language like JS. Maybe that&#x27;s just my ignorance.
评论 #8663669 未加载
ownedthxover 10 years ago
Moving to node can be in part a decision to attract fresh talent, as well as keep the current team interested and motivated.
colinramsayover 10 years ago
Yahoo seems to be championing React more than Facebook! With the flux-router-component they are trying to solve something that FB hasn&#x27;t really addressed and it shows that they&#x27;re actively trying to share the solutions to practical problems people come across when working with Flux.
tunesmithover 10 years ago
Just curious, what are the reasons for &#x27;isomorphic&#x27; apps these days? SEO used to be the big reason, but since google and bing can now render most javascript, and since you can use pushState for SEO, that&#x27;s not really a sufficient reason anymore.
评论 #8663661 未加载
vamurover 10 years ago
I wonder if the move is the reason Yahoo Mail has become even slower than before.
评论 #8662949 未加载
ComNikover 10 years ago
Is finding Clojure people that hard (honest question)?<p>The Clojure + ClojureScript approach has many more batteries included. You get all the benefits of reusing the codebase on both sides of the fence while the language is solving the &quot;Transactional Store&quot;, efficient dirty checks, nice server-side concurrency primitives and many unrelated problems for you.
评论 #8664473 未加载
adamorsover 10 years ago
Considering how awful Yahoo Mail has become, I guess they&#x27;re just throwing things at the wall and seeing what sticks.
wildpeaksover 10 years ago
Yahoo also had slides about Isomorphic Flux &#x2F; Dispatchr two weeks ago if you want more infos on how they&#x27;re using React: <a href="https://speakerdeck.com/mridgway/isomorphic-flux" rel="nofollow">https:&#x2F;&#x2F;speakerdeck.com&#x2F;mridgway&#x2F;isomorphic-flux</a>
bitLover 10 years ago
I find it funny as Yahoo has Netty which is far better performing and more capable than node.js...
somefoobarover 10 years ago
Anyone have more insight on why TJ Holowaychuk left Node?<p><a href="https://medium.com/code-adventures/farewell-node-js-4ba9e7f3e52b" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;code-adventures&#x2F;farewell-node-js-4ba9e7f3...</a><p>Anyone experience the same?
评论 #8665492 未加载
dingdingdangover 10 years ago
Node is a weird choice for Yahoo and Netflix: at least it might see the base Node package being improved significantly which is always nice :)
mhdover 10 years ago
But it&#x27;s still going to be fake desktop app, right? It seems Google is the only one to buck this trend.
callahadover 10 years ago
Slide 11: Even Yahoo&#x27;s Engineering Manager for Mail crops the ads out their own product screenshots. :(
评论 #8662647 未加载
评论 #8662583 未加载
评论 #8662541 未加载
__mrwhite__over 10 years ago
Would be interesting to see some performance benchmarks in comparison to previous iterations.
serve_yayover 10 years ago
&quot;The age of large platform libraries is over.&quot;<p>Boy oh boy do I wish that were the case.
matobagoover 10 years ago
React is not even stable yet...
svsover 10 years ago
Since when has what Yahoo Mail does become relevant again?
peterwwillisover 10 years ago
Welp, time to find a more stable&#x2F;sane mail host.
notastartupover 10 years ago
Do you guys think that we are now moving into a new trend on the client side now? React + Flux vs. Angularjs, Backbone.js?<p>It seems that every job, even backend positions, require Angularjs or Backbone.js knowledge. Having largely ignored the two and hoping they would die, I am ready to learn React + Flux to accelerate to this cause.