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...
Netflix Likes React
11–20 of 60 posts
Re: Netflix Likes React
#12This 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...
Re: Netflix Likes React
#13Re: Netflix Likes React
#14People who chose AngularJS are looking more and more foolish everyday.
Re: Netflix Likes React
#15People who chose AngularJS are looking more and more foolish everyday.
Seriously, what a pointless comment.
Re: Netflix Likes React
#16People who chose AngularJS are looking more and more foolish everyday.
That said, Angular gets the job done. It scales better than people think it does (it's inefficient but modern browsers are just so fast it rarely matters) and it's a lot more complete than React. Angular is a full MVC framework while React is just about the V.
Re: Netflix Likes React
#17People who chose AngularJS are looking more and more foolish everyday.
I wouldn't choose Angular for a new project right now because it's in no man's land: 1.x is dead, 2.x is not available, and there's no path between the two. That said, Angular gets the job done. It scales better than people think it does (it's inefficient but modern browsers are just so fast it rarely matters) and it's a lot more complete than React. Angular is a full MVC framework while React is just about the V.
What does that even mean? It's very much alive and 1.4 is going to be released this year.
That's like the people who called Perl 5 dead because Perl 6 was announced back in 2000.
Re: Netflix Likes React
#18People who chose AngularJS are looking more and more foolish everyday.
I wouldn't choose Angular for a new project right now because it's in no man's land: 1.x is dead, 2.x is not available, and there's no path between the two. That said, Angular gets the job done. It scales better than people think it does (it's inefficient but modern browsers are just so fast it rarely matters) and it's a lot more complete than React. Angular is a full MVC framework while React is just about the V.
The crazy roadmap to 2.x, and the decisions around 2.x in general just makes it a no-go for new projects at this time.
Re: Netflix Likes React
#19Re: Netflix Likes React
#20People who chose AngularJS are looking more and more foolish everyday.
I wouldn't choose Angular for a new project right now because it's in no man's land: 1.x is dead, 2.x is not available, and there's no path between the two. That said, Angular gets the job done. It scales better than people think it does (it's inefficient but modern browsers are just so fast it rarely matters) and it's a lot more complete than React. Angular is a full MVC framework while React is just about the V.
Typical evolution of new tech is monolithic to micro, frameworks to components/modules/libraries.
In the end micro frameworks or libraries allow more flexibility to change over time.
Always bet on the micro frameworks and libraries, they can be swapped more easily and typically don't create blocks in overall architecture/design.