Thanks for sharing your work!
Show HN: React Native Express – Learn React Native Through Interactive Examples
31–40 of 54 posts
Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#32Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#33Hod @ 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…
Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#34This 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
#35 SCRIPT438: Object doesn't support property or method 'findIndex'
File: bundle.js, Line: 2, Column: 26381Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#36Earlier 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 ?
Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#37Doesn'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
Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#38Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#39Re: Show HN: React Native Express – Learn React Native Through Interactive Examples
#40Q: 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.