- React Native By Example
- Richard Kho
- 136字
- 2021-07-09 18:21:29
First Project - Creating a Basic To-Do List App
Having set up our environment for React Native development in the preface, let's start developing the application. Throughout this book, I'll refer to this application by the project name I began with--Tasks. In this chapter, we will cover the following topics:
- Planning the features that a to-do list app should have
- Basic project architecture
- Introducing StyleSheet, the React Native component for working with styles
- An overview of Flexbox, a layout mode inspired by CSS for styling in React Native
- Become acquainted with ES6, the new JavaScript syntax we will be writing our code in
- Creating the building blocks of Tasks with TextInput, ListView, AsyncStorage, Input, state, and props
- Learning about the iOS Simulator's Developer menu, which can help us during the writing of our app
推薦閱讀
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Python深度學習:基于TensorFlow
- Test-Driven Development with Django
- Python預測分析與機器學習
- C語言程序設計教程
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)
- Java程序設計及應用開發
- 3D Printing Designs:Design an SD Card Holder
- Web前端開發技術實踐指導教程
- Python Natural Language Processing
- C語言開發寶典
- Android Application Programming with OpenCV 3
- Drools 8規則引擎:核心技術與實踐
- 設計模式之禪
- HTML 5+CSS 3+jQuery Mobile移動網站與APP開發實戰