<H1> </H1> |
<H1> VOTE: To Build NativeScript {N} Apps with React </H1> |
<H1> Eric Vicenti’s Q&A on Reactiflux – A Curated Transcript </H1> |
<H1> React Native’s AsyncStorage.mergeItem() </H1> |
<H1> Thoughts on the Book “Learning React Native” </H1> |
<H1> Setting up React Native for Android – A Beginner’s Journey </H1> |
<H1> Deconstructing the Torrent Protocol </H1> |
<H1> Why is it so Difficult for Meteor to Integrate Other Databases? </H1> |
<H1> New Years Yorkshire Pudding Dissaster </H1> |
<H1> MacHack: Free Your Media Keys from iTunes </H1> |
<H1> MacHack: Using Chrome to “Search with Google” rather than the default Safari </H1> |
<H2> Joshua – Mar 10, 2016 1:01 PM </H2> |
<H2> LucasKA – Mar 10, 2016 1:03 PM </H2> |
<H2> jsierles – Mar 10, 2016 1:08 PM </H2> |
<H2> ultralame – Mar 10, 2016 1:09 PM </H2> |
<H2> jean – Mar 10, 2016 1:09 PM </H2> |
<H2> Joshua – Mar 10, 2016 1:12 PM </H2> |
<H2> monastic.panic – Mar 10, 2016 1:13 PM </H2> |
<H2> Sinistral – Mar 10, 2016 1:15 PM </H2> |
<H2> DownChapel – Mar 10, 2016 1:20 PM </H2> |
<H2> vcarl – Mar 10, 2016 1:22 PM </H2> |
<H2> brunobar79 – Mar 10, 2016 1:24 PM </H2> |
<H2> Sinistral – Mar 10, 2016 1:31 PM </H2> |
<H2> jean – Mar 10, 2016 1:33 PM </H2> |
<H2> daniel – Mar 10, 2016 1:39 PM </H2> |
<H2> chirag04 – Mar 10, 2016 1:39 PM </H2> |
<H2> Sinistral – Mar 10, 2016 1:40 PM </H2> |
<H2> daniel – Mar 10, 2016 1:44 PM </H2> |
<H2> jean – Mar 10, 2016 1:46 PM </H2> |
<H2> chirag04 – Mar 10, 2016 1:52 PM </H2> |
<H2> Joshua – Mar 10, 2016 1:53 PM </H2> |
<H2> geirman – Mar 10, 2016 1:57 PM </H2> |
<H2> daniel – Mar 10, 2016 2:00 PM </H2> |
<H2> daniel – Mar 10, 2016 2:06 PM </H2> |
<H2> emilio – Mar 10, 2016 2:17 PM </H2> |
<H2> jean – Mar 10, 2016 2:20 PM </H2> |
<H2> easilyBaffled – Mar 10, 2016 2:20 PM </H2> |
<H2> Final/Parting Thoughts </H2> |
<H2> Start Time: 11:45a </H2> |
<H2> Time Check: 12:40p </H2> |
<H2> Time Check: 2:25p </H2> |
<H2> Finished: 7p </H2> |
<H2> References: </H2> |
<H2> The Problem: </H2> |
<H2> </H2> |
<H2> References: </H2> |
<H3> [Q&A] What does the build/release process for RN apps look like at Facebook? (Documentation on the site’s a little light in that regard) </H3> |
<H3> [Q&A] What pattern are you guys using to render a detail view from tapping a list view item? I tried using Navigator, but the component in render row seems to not have the navigator prop even if the list view does(edited) </H3> |
<H3> [Q&A] Are you planning to use relay with any of your react native apps? </H3> |
<H3> [Q&A] do you update rn apps from hosted js bundles at facebook? any tips or services you can recommend for doing this? </H3> |
<H3> [Q&A] Are you still working on offloading animations off the JS thread? When do you think it will be ready for both iOS and Android? </H3> |
<H3> [Q&A] What would you say the mix is between RN and native components and coding in Facebook apps? </H3> |
<H3> [Q&A] Whats the future for RN platform wise? At this point mobile platforms are mostly covered but what about other targets: Xboxes, Roku’s IOT? Does RN become another sort of substrate platform like react core? </H3> |
<H3> [Q&A] Any tips on how to ease a company into looking into React-Native that is very leery of code once run everywhere solutions? I know RN isn’t exactly code once, but it’s close to it. This has less to do with the code itself and more of what’s a good way to introduce the idea in a more persuasive way. We currently have our Desktop team doing app development and it puts a giant burden on them, I’d like to lessen that greatly. </H3> |
<H3> [Q&A] Are there any ways to access app lifecycle methods in RN (e.g. applicationDidBecomeActive in iOS)? Or would you just use the native to JS events? </H3> |
<H3> [Q&A] how do you think the idea of “learn once, write anywhere” has held up? </H3> |
<H3> [Q&A] – How often do you find yourselves doing native work on your production android apps because of performance issues? </H3> |
<H3> [Q&A] – On that note, and this might completely be my ignorance, suppose you have massive calculations to perform. Are Web Workers able to handle that test or is there an abstraction for them, given the native platforms have threading </H3> |
<H3> [Q&A] Are there improvements coming to ListView with regard to memory consumption on big lists? </H3> |
<H3> [Q&A] Any announcements on releasing android-support for FB SDK? </H3> |
<H3> [Q&A] @ericvicenti thoughts on how to model a segment control in the navbar and updating the component when segment control changes? </H3> |
<H3> [Q&A] So, and this is more of a freebie question. Is it a sound plan to port a webapp to React Native with a Native UI implementation, and then replace/add from there? Or is that not a valid usecase </H3> |
<H3> [Q&A] How big is the team working on React Native? </H3> |
<H3> [Q&A] Are there changes coming to gestures handling and ScrollView? Specific problem I have is it’s difficult for now to pan a ScrollView horizontally blocking the vertical scroll. Natively it’s easy to do on iOS with gesture recognizers. </H3> |
<H3> [Q&A] @ericvicenti what percent of Groups app is using NavigationExperimental if at all? </H3> |
<H3> [Q&A] What are the biggest needs that the community could fill in right now that aren’t being actively tackled by the RN FB team? </H3> |
<H3> [Q&A] I’d love a “Getting Started with NavigationExperimental” style tutorial. I spent an evening trying to dig into the docs and UIExplorer examples, but didn’t get far. Something that starts simple and builds up from there would be awesome. Are you aware of any efforts along those lines? ETA? </H3> |
<H3> [Q&A] I’m working on a RN app on the FB platform, do you know if it’s possible to contact FB to see if they’d be interested in showcasing it? </H3> |
<H3> [Q&A] What are your thoughts on using something like this for navigation: /aksonov/react-native-router-flux </H3> |
<H3> [Q&A] So, in what version will navigationExperimental, no longer be experimental? when will it be in the main docs? I’ve played with it and it feels pretty stable </H3> |
<H3> [Q&A] I noticed rendering can take some time when you try to render a grid with simple items (Image or Text), let’s say 50. Is that something you observed on your side? Are there possibilities to mitigate that? </H3> |
<H3> [Q&A] are there any solutions for running JS in the background, other than the allowed things like location and sound? </H3> |
<H6> Recent Posts </H6> |
<H6> Recent Comments </H6> |
<H6> Archives </H6> |
<H6> Categories </H6> |
<H6> meta </H6> |
Social
Social Data
Cost and overhead previously rendered this semi-public form of communication unfeasible.
But advances in social networking technology from 2004-2010 has made broader concepts of sharing possible.