728x90 AdSpace

Latest News

Thứ Ba, 9 tháng 4, 2019

Chia Sẻ Ebook React Native Notes for Professionals - Học React Native Cơ Bản

Chia Sẻ Ebook React Native Notes for Professionals - Học React Native Cơ Bản



Cuốn sách học react native từ cơ bản: React Native Notes for Professionals sẽ hệ thống hóa lại toàn bộ kiến thức căn bản nhất, giúp bạn học React Native từ cơ bản.  Các bạn sẽ được học bắt đầu từ cài đặt môi trường đến xây dựng ứng dụng Hello World.

Với cách viết dễ hiểu, ví dụ rõ ràng, các bạn sẽ dễ dàng tiếp cận được React Native.

Cuốn sách học react native từ cơ bản này sẽ không nặng về lý thuyết, mà theo triết lý “cầm tay chỉ việc”. Nghĩa là, chỉ cần hiểu khái niệm cơ bản rồi thực hành luôn. Quan điểm của mình cũng vậy, chỉ có thực hành mới giúp bạn nhanh tiếp cận cái mới.

Nội dung cuốn sách gồm 32 chapter:

Chapter 1: Getting started with React Native
Chapter 2: Hello World
Chapter 3: Props
Chapter 4: Multiple props rendering
Chapter 5: Modal
Chapter 6: State
Chapter 7: Routing
Chapter 8: Styling
Chapter 9: Layout
Chapter 10: Components
Chapter 11: ListView
Chapter 12: RefreshControl with ListView
Chapter 13: WebView
Chapter 14: Command Line Instructions
Chapter 15: HTTP Requests
Chapter 16: Platform Module
Chapter 17: Images
Chapter 18: Custom Fonts
Chapter 19: Animation API
Chapter 20: Android – Hardware Back Button
Chapter 21: Run an app on device (Android Version)
Chapter 22: Native Modules
Chapter 23: Linking Native API
Chapter 24: ESLint in React Native
Chapter 25: Integration with Firebase for Authentication
Chapter 26: Navigator Best Practices
Chapter 27: Navigator with buttons injected from pages
Chapter 28: Create a shareable APK for android
Chapter 29: PushNotification
Chapter 30: Render Best Practises
Chapter 31: Debugging
Chapter 32: Unit Testing

Một ví dụ về ứng dụng Hello World:
  • import React, { Component } from 'react';
  • import { AppRegistry, Text } from 'react-native';
  • class HelloWorldApp extends Component {
  • render() {
  • return (
  • <Text>Hello world!</Text>
  • );
  • }
  • }
  • AppRegistry.registerComponent('HelloWorldApp', () => HelloWorldApp);
  • LINK DOWNLOAD EBOOK 
Chia Sẻ Ebook React Native Notes for Professionals - Học React Native Cơ Bản
  • Blogger Comments
  • Facebook Comments

0 nhận xét:

Đăng nhận xét

Item Reviewed: Chia Sẻ Ebook React Native Notes for Professionals - Học React Native Cơ Bản Rating: 5 Reviewed By: KienThuc
Top