Live data from Hacker News

With React Native it’s not all sugar and spice

blog.addjam.com

1–10 of 45 posts

Re: With React Native it’s not all sugar and spice

#5
post #2

I find irrelevant gifs embedded in a blog post like this make the entire article unreadable. It's distracting and annoying.

It's supposed to be distracting, but moodlifting, seeing the post exposes essentially negative oppoinions. Of course they are devoid of content.

Re: With React Native it’s not all sugar and spice

#6
For me C++ is all I need for portable native code, no need to add extra layers that kind of work, that only increase code entropy and debugging efforts.

Directly available in iOS, Android, WP, Tizen, Ubuntu SDKs.

The only major problem is the way Google disregards their NDK stack, while Microsoft and NVidia engineers are able to do what Google PhDs are not.

Re: With React Native it’s not all sugar and spice

#7
> When you develop a fully native app you do it pretty much in one place. On iOS you’re in Xcode, for Android you’re in Android Studio. With React Native you have a terminal (with a couple of panes), a text editor, perhaps Redux Remote DevTools plus your IDE for the platform you’re targeting.

It's not like those IDEs can't be configured to work with the raw tools.

Re: With React Native it’s not all sugar and spice

#8
post #6

For me C++ is all I need for portable native code, no need to add extra layers that kind of work, that only increase code entropy and debugging efforts. Directly available in iOS, Android, WP, Tizen, Ubuntu SDKs. The only major problem is the way Google disregards their NDK stack, while Microsoft and NVidia engineers are able to do what Google PhDs are not.

How do you build the ui? Just push pixels? Or vertices? Some library maybe?

Re: With React Native it’s not all sugar and spice

#10
I wouldnt recommend react for any app which you want togo big. In the end, you need to rewrite it to native code anyway, because you want to use the latest feature, or because you have bugs because react native doesnt follow the platform guidelines (activities, activity stack, etc)
Post reply on HN