Live data from Hacker News

Netflix Likes React

techblog.netflix.com

1–10 of 60 posts

Re: Netflix Likes React

#2
They mention several ambitious projects and, at the risk of beating a dead horse, I would presume that includes working with AngularJS.

I'd love to read about the shortcomings of the projects that were shelved after they settled on React.

Re: Netflix Likes React

#5
post #2

They mention several ambitious projects and, at the risk of beating a dead horse, I would presume that includes working with AngularJS. I'd love to read about the shortcomings of the projects that were shelved after they settled on React.

I don't read this as saying "a series of failed projects". I think it's more about orthogonal improvements. But I don't work on this team (I do work for Netflix) so my knowledge is only slightly less indirect than anyone else.

For what it's worth, we do use Angular on some internal tools.

Re: Netflix Likes React

#7
post #6

Looks like they're using it for the initial profile switcher on desktop, I wonder if it will be making it's way over to the main list soon Pic: http://i.imgur.com/cj9tD1p.png

Interesting. Also, I appreciate the included "how to screenshot" tab :)

Re: Netflix Likes React

#8
This is very interesting to see since I value Netflix's opinion. What's been holding me back was the pervasive JSX design. I know the react guys say that JSX is optional, but react without JSX seems cumbersome compared to, say, ember with handlebars.

It'd be interesting to hear from Netflix on the topic of JSX if they are going to grow their react codebase.

That being said, isomorphic javascript and using the vdom are really attractive and if react starts to lead those fields, then it becomes much harder to ignore.

Re: Netflix Likes React

#9
post #8

This is very interesting to see since I value Netflix's opinion. What's been holding me back was the pervasive JSX design. I know the react guys say that JSX is optional, but react without JSX seems cumbersome compared to, say, ember with handlebars. It'd be interesting to hear from Netflix on the topic of JSX if they are going to grow their react codebase. That being said, isomorphic javascript and using the vdom ar…

If you think React seems interesting but JSX is a turn-off (or in my team's case a total non-starter), you might want to check out Ractive, http://www.ractivejs.org/ .

It uses some of the same ideas like a virtual DOM. Here's a writeup by Ractive's developer where he compares it to React: http://blog.ractivejs.org/posts/whats-the-difference-between...

Post reply on HN