Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
0いいね 56 views回再生

React Navigation - Brent Vatne 2019

React Navigation - Brent Vatne 2019
Talk recording from React Amsterdam 2018 Conference https://react.amsterdam

#React Navigation

You start using React Native. Styling? Got it. Animations? A little different, but sure. Now let's add a navigation bar and another screen that we transition to...
This is where you hit a fork in the road. You can either use a library that wraps the native navigation APIs for the platform or a re-implementation of those APIs using the same React Native primitives (View, Text, Animated, etc) that you use throughout your app. The former is commonly called “native navigation" because most of the implementation is in "native" and the latter is called "JavaScript-based navigation" because most of the implementation is in JavaScript. React Navigation is a "JavaScript-based" navigation solution and React Native Navigation is a "native" navigation library. The choice you make has a significant impact on your app, and it's something you will live with every day while you continue to work on the project.
I lead the React Navigation along with the creator of the project, Eric Vicenti. I'll explain why we think that building a JavaScript-based navigation library is important, what the limitations are (why there is room for both categories of solutions), and I'll show you how to take full advantage of it.
Social Network for Developers ☞ https://morioh.com
Developer's Store ☞ https://www.moteefe.com/store/develop...
Learn to code for free and get a developer job ☞ https://codequs.com/

Original video source:
----------------------------------------------------
Social Network for Developers: https://morioh.com
Learn Startup: https://learnstartup.net
Learn to code: https://codequs.com
Fanpage:   / codek.tv  
Twitter:   / i_am_adeveloper  
Tumblr:   / codequsdotcom  

コメント