Submit Search
React Native + Redux
1 like
•
331 views
AI-enhanced description
Ch Rick
文档介绍了 React Native 和 Redux 的基本概念以及使用方法。它包含了关于库和工具的安装步骤,并描述了如何创建和运行 React Native 项目。作者还分享了自己的开发背景和经验。
Technology
Read more
1 of 67
Download now
Download to read offline
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
More Related Content
PPTX
React Native on Android
萬皇 楊
PDF
JSDC 2015 React-Native 實戰
Sam Lee
PPTX
react native by letv
feeloc
PDF
React-Native share
Eddie Hsu
PDF
React native redux_sharing
Sam Lee
PDF
Javascript template & react js 初探
wantingj
PDF
React js入門教學
TaiShunHuang
PPTX
ModernWeb 2017 angular component
Chieh Kai Yang
React Native on Android
萬皇 楊
JSDC 2015 React-Native 實戰
Sam Lee
react native by letv
feeloc
React-Native share
Eddie Hsu
React native redux_sharing
Sam Lee
Javascript template & react js 初探
wantingj
React js入門教學
TaiShunHuang
ModernWeb 2017 angular component
Chieh Kai Yang
What's hot
(7)
PDF
給 iOS 工程師的 Vue.js 開發
Weizhong Yang
PPTX
Android Jetpack Compose 簡介
EnPing Eric Hsieh
PDF
數學系的資訊人生
Jintin Lin
PDF
給 iOS 工程師的 Flutter 開發
Weizhong Yang
PPTX
ReactMaker start kit intro
昇倫 蔡
PPTX
GitHub Action Introduction
Duran Hsieh
PPTX
Angular 5 全新功能探索 @ JSDC2017
Will Huang
給 iOS 工程師的 Vue.js 開發
Weizhong Yang
Android Jetpack Compose 簡介
EnPing Eric Hsieh
數學系的資訊人生
Jintin Lin
給 iOS 工程師的 Flutter 開發
Weizhong Yang
ReactMaker start kit intro
昇倫 蔡
GitHub Action Introduction
Duran Hsieh
Angular 5 全新功能探索 @ JSDC2017
Will Huang
Ad
Viewers also liked
(20)
PDF
React Native Introduction: Making Real iOS and Android Mobile App By JavaScript
Kobkrit Viriyayudhakorn
PPTX
React Native Intro
Julia Vi
PPTX
React native. Bridge From Web To Mobile. Intro
Igor Izraylevych
PDF
The productive developer guide to React
Maurice De Beijer [MVP]
KEY
深入淺出RoR
Eric Lee
PDF
Introduction to React Native
Sambhu Lakshmanan
PDF
Building UWP apps with React-Native
Maurice De Beijer [MVP]
PDF
Navigation in React Native
Sambhu Lakshmanan
PDF
Styling React Native Applications
Jan Maršíček
PPTX
React Native
Artyom Trityak
PDF
ReactJS presentation
Thanh Tuong
PDF
Intro to React - Featuring Modern JavaScript
jasonsich
PDF
A tour of React Native
Tadeu Zagallo
PDF
Intro to react native
ModusJesus
PDF
React native sharing
Sam Lee
PDF
React native - What, Why, How?
Teerasej Jiraphatchandej
PDF
React Native
Craig Jolicoeur
PDF
Is React reactive?
Maurice De Beijer [MVP]
PPTX
Intro to React
Eric Westfall
PDF
Intro To React Native
FITC
React Native Introduction: Making Real iOS and Android Mobile App By JavaScript
Kobkrit Viriyayudhakorn
React Native Intro
Julia Vi
React native. Bridge From Web To Mobile. Intro
Igor Izraylevych
The productive developer guide to React
Maurice De Beijer [MVP]
深入淺出RoR
Eric Lee
Introduction to React Native
Sambhu Lakshmanan
Building UWP apps with React-Native
Maurice De Beijer [MVP]
Navigation in React Native
Sambhu Lakshmanan
Styling React Native Applications
Jan Maršíček
React Native
Artyom Trityak
ReactJS presentation
Thanh Tuong
Intro to React - Featuring Modern JavaScript
jasonsich
A tour of React Native
Tadeu Zagallo
Intro to react native
ModusJesus
React native sharing
Sam Lee
React native - What, Why, How?
Teerasej Jiraphatchandej
React Native
Craig Jolicoeur
Is React reactive?
Maurice De Beijer [MVP]
Intro to React
Eric Westfall
Intro To React Native
FITC
Ad
React Native + Redux
1.
React Native 起手式
+ Redux
2.
About Me Rick Chiang
| Full Stack Developer
[email protected]
以前: .NET MVC、ionic 2、Angular 2、TypeScript 現在: ReactJS、React Native、NodeJS、Python、Docker
3.
React ?
7.
不懂 React 也可以直接學
React Native嗎
8.
不懂 React 也可以直接學
React Native嗎
9.
React ? Babel ES6 ES7 Webpack npm Redux Server-Side Render SEOroute
10.
React 沒那麼複雜 就是處理
View 而已
11.
React
13.
元件化
15.
舉個例
20.
React 很簡單就是在寫 View
而已
21.
才怪
22.
Virtual DOM
23.
今天主角是 React Native
24.
Learn once, write
anywhere
25.
React Native ?
27.
87 %
28.
Bridge
29.
IOS Android
30.
2015.03.27 v.0.1.0 release
31.
2015.09.15 v.0.11.0 Support
Android
32.
2016.10.25 v0.36.0
33.
Install
34.
NodeJS V8 Engine NPM(Node Package
Manager) Install
35.
Install
36.
npm install -g
react-native-cli Install 讓我們可以用 react-native 指令產生 RN 專案
37.
react-native init rn_demo1 Install 產生
React Native 專案
38.
Install
39.
Install
40.
Run on IOS Xcode
41.
IOS Install Xcode
42.
Demo IOS
43.
react-native run-ios IOS
44.
IOS
45.
Run on Android Android
Studio JDK Genymotion Virtual Box
46.
Android
47.
Android
48.
Android
49.
Android
50.
Android
51.
Android export ANDROID_HOME=~/Library/Android/sdk export PATH=${PATH}:${ANDROID_HOME}/tools
52.
Demo Android
53.
Android
54.
react-native run-android Android
55.
Android
56.
Developer Experience Android
57.
Demo
58.
DX
59.
Running on Device Demo
60.
Demo React Native
61.
Redux
64.
npm i redux
–save redux-persist --save redux-actions --save react-redux --save
65.
React Native +
Redux Demo
66.
QA
67.
Thanks
Download