Live data from Hacker News

Show HN: React Native Express – Learn React Native Through Interactive Examples

reactnativeexpress.com

31–40 of 54 posts

Re: Show HN: React Native Express – Learn React Native Through Interactive Examples

#31
This is really well done. I'm fairly familiar with React & was able to pick this up around Section 3 "Core Components" [0] & feel like I could be decently productive with React Native.

Thanks for sharing your work!

[0] http://www.reactnativeexpress.com/core_components

Re: Show HN: React Native Express – Learn React Native Through Interactive Examples

#32
Hod @ Couchbase. Looks like an excellent tutorial. I understand you have limited time, and this is providing a great resource to the community. I'd ask, if you have the chance, to take a look at Couchbase Mobile. I'm of course biased, but I think I can legitimately claim that Couchbase is on par with Realm (as evidenced by business critical apps using it in large scale deployments). Happy to chat about it (hod@couchbase).

Re: Show HN: React Native Express – Learn React Native Through Interactive Examples

#33

Hod @ Couchbase. Looks like an excellent tutorial. I understand you have limited time, and this is providing a great resource to the community. I'd ask, if you have the chance, to take a look at Couchbase Mobile. I'm of course biased, but I think I can legitimately claim that Couchbase is on par with Realm (as evidenced by business critical apps using it in large scale deployments). Happy to chat about it (hod@couchb…

For sure! There was definitely demand to know more about Couchbase Mobile at my class, so I know it's relevant for people using RN.

Re: Show HN: React Native Express – Learn React Native Through Interactive Examples

#34
post #31

This is really well done. I'm fairly familiar with React & was able to pick this up around Section 3 "Core Components" [0] & feel like I could be decently productive with React Native. Thanks for sharing your work! [0] http://www.reactnativeexpress.com/core_components

:D That's what I like to hear!

Re: Show HN: React Native Express – Learn React Native Through Interactive Examples

#36

Earlier quoted context omitted.

I've built one. It worked nicely once loaded but I found it took too long to initialize when switching between keyboards so I ended up going purely native. For your use case this may not be an issue however.

any chance you open-sourced it ?

Let me see if I can get it working again, it was a while ago. If so I'll try get it up on github for you.

Re: Show HN: React Native Express – Learn React Native Through Interactive Examples

#37

Doesn't work at all on IE11/Win7, blank page, errors SCRIPT438: Object doesn't support property or method 'findIndex' File: bundle.js, Line: 2, Column: 26381

:( I will fix. Thanks for the error message. I only use findIndex once, fortunately.

Re: Show HN: React Native Express – Learn React Native Through Interactive Examples

#40
post #24

Q: Should one get familiar/experienced with React[0][1] first before jumping into React Native dev? Or is this tutorial sufficiently stand-alone without React (web) experience? [0] http://survivejs.com/react/introduction/ [1] https://online.reacttraining.com/p/reactjsfundamentals

I'd be interested in hearing from people who have learned through this site, but my aim is: One should be able to learn React Native directly through this tutorial, without starting with React for web. The main prerequisite is ES5 JavaScript. The tutorial makes analogies to HTML/CSS/React and other web technologies, but these aren't crucial to understanding the material.

Thanks for putting the effort. Though my knowledge is limited but I don't get this. Why React is different from React Native? Ideally web should be another target just like iOS or Android.
Post reply on HN