All Projects → ParryQiu → Reactnative Book Demo

ParryQiu / Reactnative Book Demo

我的出版书籍《React Native 精解与实战》配套源码

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Reactnative Book Demo

Githubpopular
这是一个用来查看GitHub最受欢迎与最热项目的App,它基于React Native支持Android和iOS双平台。#适配RN最新版在这里☞#
Stars: ✭ 2,864 (+1960.43%)
Mutual labels:  react-native-app
React Natives App
App for the React & React Native developer community as a demo project for the React Native meetups in Germany
Stars: ✭ 20 (-85.61%)
Mutual labels:  react-native-app
Insta Snap
Instagram and Snapchat like React Native App
Stars: ✭ 107 (-23.02%)
Mutual labels:  react-native-app
Comicapp
[停止维护] 基于 ReactNative、Redux 的漫画书App,支持Android、iOS 平台.
Stars: ✭ 376 (+170.5%)
Mutual labels:  react-native-app
React Native Firestack
A firestack v3 react-native implementation
Stars: ✭ 726 (+422.3%)
Mutual labels:  react-native-app
React Native Knowme
A ReactNative Project.
Stars: ✭ 56 (-59.71%)
Mutual labels:  react-native-app
Eigen
The Art World in Your Pocket or Your Trendy Tech Company's Tote, Artsy's mobile app.
Stars: ✭ 2,874 (+1967.63%)
Mutual labels:  react-native-app
React Native Navigation Animation
Transition navigation component for React Native
Stars: ✭ 133 (-4.32%)
Mutual labels:  react-native-app
React Native Boilerplate
🚀 React Native Boilerplate Updated
Stars: ✭ 9 (-93.53%)
Mutual labels:  react-native-app
Nbareact
🏀 iOS and Android NBA app created with React Native
Stars: ✭ 101 (-27.34%)
Mutual labels:  react-native-app
React Native Boilerplate
🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
Stars: ✭ 375 (+169.78%)
Mutual labels:  react-native-app
Mozi
此项目致力于构建一套最基础,最精简,可维护的react-native项目,支持ios,android 🌹
Stars: ✭ 501 (+260.43%)
Mutual labels:  react-native-app
Aws Amplify React Native Events App Workshop
This is a self-paced workshop designed for developers who want to build a React Native mobile application using mobile services from Amazon Web Services (AWS).
Stars: ✭ 59 (-57.55%)
Mutual labels:  react-native-app
Status React
a free (libre) open source, mobile OS for Ethereum
Stars: ✭ 3,307 (+2279.14%)
Mutual labels:  react-native-app
React Native Firebase Chat
React Native chat application using firebase.
Stars: ✭ 113 (-18.71%)
Mutual labels:  react-native-app
Weiboreactnative
📱 Yijian - an iOS Weibo App made with React Native
Stars: ✭ 266 (+91.37%)
Mutual labels:  react-native-app
Nsfwjs Mobile
NSFWjs in React Native
Stars: ✭ 35 (-74.82%)
Mutual labels:  react-native-app
Qrcode
React Native app for scanning and creating QR codes
Stars: ✭ 138 (-0.72%)
Mutual labels:  react-native-app
React Native Pjsip App
Mobile VoIP application (android & ios) based on PjSIP and ReactNative
Stars: ✭ 125 (-10.07%)
Mutual labels:  react-native-app
React Native Firebase
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
Stars: ✭ 9,674 (+6859.71%)
Mutual labels:  react-native-app

《React Native 精解与实战》

React Native 精解与实战

书籍资源汇总站点:http://rn.parryqiu.com/

书籍目录大纲:http://rn.parryqiu.com/#links

书籍试读:http://rn.parryqiu.com/#trialreading

书籍正文资源链接:http://rn.parryqiu.com/#links

书籍购买链接

去淘宝购买

去京东购买

去当当网购买

去亚马逊购买

去知乎阅读电子版

去豆瓣阅读电子版

书籍简介

本书是我撰写并由机械工业出版社出版,包含 React Native 框架底层原理,以及与 iOS、Android 混合开发案例,精选了大量实例代码,方便读者快速学习。

主要内容分为两大部分,第一部分「入门」包括第 1 ~ 9 章,介绍 React Native 框架的基本原理与使用方法;第二部分「进阶」包括第 10 ~ 15 章,介绍 React Native 框架的高阶开发与 App 部署相关知识。附录部分剖析了 React Native 的源码,可帮助读者研究 React Native 底层本质,还分享了一些 React Native 框架学习的相关资源。

本书适合大前端、移动 App、混合移动开发人员阅读,深入学习 React Native 框架,掌握通过 React Native 框架开发的程序可以同时部署到 iOS 平台与 Android 平台。

本书同样适合想进入移动 App 开发领域的朋友,你可以从 React Native 框架开发同时接触到 iOS 平台与 Android 平台的开发,并且 React Native 框架的技术门槛比两个原生平台的技术门槛低很多,只需要在你掌握了 HTML、CSS、JavaScript 相关知识点后就可以动手开发跨平台的移动 App。

本书还同样适合已经在使用 React Native 框架开发移动 App 的朋友,书中很大的篇幅讲解了 React Native 框架的底层原理,可以帮助你更加深入地理解 React Native 框架的本质。而且与 iOS 平台、Android 平台的高阶混合开发部分,完全是代码实战的方式进行了讲解演示,学习起来会更加地直观。

书籍配套 80 节视频教程

立即查看学习视频教程

此视频是书籍的配套视频教程,课程对 React Native 框架的底层原理、组件、API 以及一些第三方组件进行了实战演示讲解,并结合完整项目的设计、开发、打包与发布,进行了知识点的整合实战学习。

建议配合书籍学习,书籍中原理性的东西讲解的比较清晰,而视频教程对于组件、API 等代码实战开发讲解的比较直观。

教程持续更新,以保证你能掌握到最新的 React Native 框架动态,请收藏以便随时查看课程更新。

书籍配套免费、高质量、超清的视频教程

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].