Live data from Hacker News

React.js Conf live stream [video]

youtube.com

41–50 of 91 posts

Re: React.js Conf live stream [video]

#44
post #40

First thing I see, Content editable, the good parts. I'm expecting a Spreadsheets, the good parts coming next year or two base on the way people keep talking about state.

The rich text editor framework is open source now!

http://facebook.github.io/draft-js/

HN: https://news.ycombinator.com/item?id=11153757

Re: React.js Conf live stream [video]

#47
post #44
post #40

First thing I see, Content editable, the good parts. I'm expecting a Spreadsheets, the good parts coming next year or two base on the way people keep talking about state.

The rich text editor framework is open source now! http://facebook.github.io/draft-js/ HN: https://news.ycombinator.com/item?id=11153757

Yet another rich text editor that requires lock-in with a particular library or framework. Web components can't come soon enough.

Re: React.js Conf live stream [video]

#48
post #17

Facebook developers are arrogant. Developers from google are more humble and down to earth!

Makes sense. I'd be proud if I was behind React and humble if I was behind Angular

You're comparing the wrong things. The correct comparison would be with Polymer, which Google is pouring far more resources into than Angular.

Re: React.js Conf live stream [video]

#49
post #44

Earlier quoted context omitted.

The rich text editor framework is open source now! http://facebook.github.io/draft-js/ HN: https://news.ycombinator.com/item?id=11153757

Yet another rich text editor that requires lock-in with a particular library or framework. Web components can't come soon enough.

Well, you definitely don't have to use React for the rest of your app if you don't want to – you can use a Draft component inside any web app.

You could also use the underlying Draft model and manage the view entirely yourself, but React helps a lot here and removes a lot of complexity from Draft.

Post reply on HN