React.js Conf live stream [video]
51–60 of 91 posts
Re: React.js Conf live stream [video]
#52Are we expecting any major announcements today in the vein of React Native?
They open-sourced their content-editable component, which sounds very impressive (basically, "let's fix content-editable once and for all") http://facebook.github.io/draft-js/
Re: React.js Conf live stream [video]
#53Facebook developers are arrogant. Developers from google are more humble and down to earth!
Re: React.js Conf live stream [video]
#54Earlier quoted context omitted.
They open-sourced their content-editable component, which sounds very impressive (basically, "let's fix content-editable once and for all") http://facebook.github.io/draft-js/
For an "let's fix content-editable once and for all" affair, I don't think the initial widget they present on that page could be any more underwhelming.
The goal is that with Draft.js you can easily build any UI you want and Draft.js helps you manage the underlying model and DOM manipulations.
I am sure that several people will build and publish drop-in components using Draft.js within days.
Re: React.js Conf live stream [video]
#55I would like to be excited for irrelevant things like this as most people on this thread.
Re: React.js Conf live stream [video]
#56Earlier quoted context omitted.
For an "let's fix content-editable once and for all" affair, I don't think the initial widget they present on that page could be any more underwhelming.
Thanks, that's valuable feedback. What would you suggest instead? The goal is that with Draft.js you can easily build any UI you want and Draft.js helps you manage the underlying model and DOM manipulations. I am sure that several people will build and publish drop-in components using Draft.js within days.
Well, something closer to CKEditor or, if you prefer minimal, something like the editor in Medium.com.
Re: React.js Conf live stream [video]
#57Earlier quoted context omitted.
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.
Re: React.js Conf live stream [video]
#58Re: React.js Conf live stream [video]
#59Earlier quoted context omitted.
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]
#60Earlier quoted context omitted.
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.
As opposed to just dropping into my page? No thanks.