Live data from Hacker News

Use ReactJS to Build Native Apps

twitter.com

11–20 of 175 posts

Re: Use ReactJS to Build Native Apps

#12
post #8

I would love to see React added to mobile app frameworks like Apache Cordova.

You can use ReactJS now with Cordova/PhoneGap - no problemo.

This announcement is about replacing html elements (div, h1, img, etc.) with native elements. Should be faster going native than via web elements.

Re: Use ReactJS to Build Native Apps

#13

This is massive. Some more details: "React Native: everything native, controlled by async batched JS put in a background thread. Learn once, write everywhere. #reactjsconf" [1] "Fb groups app in iOS App Store is powered by it #reactjsconf" [2] "iOS and Android native using all the same ideas as React, all the power of native." [3] React has been gaining traction as I'm sure we're all aware, but this is next-level stu…

ahem. my bet - https://github.com/facebook/css-layout

cannot wait for more details.

Re: Use ReactJS to Build Native Apps

#14

This is massive. Some more details: "React Native: everything native, controlled by async batched JS put in a background thread. Learn once, write everywhere. #reactjsconf" [1] "Fb groups app in iOS App Store is powered by it #reactjsconf" [2] "iOS and Android native using all the same ideas as React, all the power of native." [3] React has been gaining traction as I'm sure we're all aware, but this is next-level stu…

ahem. my bet - https://github.com/facebook/css-layout cannot wait for more details.

"This project implements a subset of CSS including flexbox and the box model using pure JavaScript"

So all the good bits of CSS without any of the bad - including browser compatibility problems?

Doesn't explain stuff like fonts & colours though...

Re: Use ReactJS to Build Native Apps

#16

What does this mean? Can't you use any javascript tech to build native apps with nwjs or cordova? Edit: looks like this isn't hybrid as I assumed but truly native

I am pretty confused as to what this actually does. How can it be native?

My guess is we're missing an important piece of the puzzle. Unless they have a js to everything interpreter. In which case thats much bigger news than react.

Re: Use ReactJS to Build Native Apps

#17
post #12
post #8

I would love to see React added to mobile app frameworks like Apache Cordova.

You can use ReactJS now with Cordova/PhoneGap - no problemo. This announcement is about replacing html elements (div, h1, img, etc.) with native elements. Should be faster going native than via web elements.

Oh snap. This is HUGE

Re: Use ReactJS to Build Native Apps

#20
This is awesome news. I've been working on a desktop application using React, node-webkit and browserify and it's been a great development experience. Being able to leverage web technologies to build native apps has been a huge time saver. However, I'm relying on the NodeJS components in order to do things like access the file system and fork commands. I'm wondering how React Native will handle this functionality. Will it be an extended API or can you only do AJAX calls? Either way it's very exciting.
Post reply on HN