- Hands-On Design Patterns with React Native
- Mateusz Grzesiukiewicz
- 150字
- 2021-08-13 15:12:58
View Patterns
One very demanding skill is writing good view code the first time around. It comes with experience and becomes almost automatic at some point. Hence, it is vital to do it right from the beginning. In this chapter, we will explore best practices and go through the React JSX patterns that you already used in the previous chapter. We will also focus on the broader spectrum of built-in components, which include input and forms. At the very end, I will show you a nice tool called a linter that is essential for any new frontend project.
In this chapter, you will learn how to do the following:
- Write concise JSX
- Use common React Native built-in components
- Create simple forms using TextInput
- Distinguish between controlled and uncontrolled input
- Create error boundaries
- Eliminate Mixins from your code base
- Set up a linter to enforce your code style guide
推薦閱讀
- Java程序設(shè)計(jì)(慕課版)
- 自己動手寫搜索引擎
- Python for Secret Agents:Volume II
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- WSO2 Developer’s Guide
- Android 9 Development Cookbook(Third Edition)
- VSTO開發(fā)入門教程
- Cassandra Design Patterns(Second Edition)
- Python編程與幾何圖形
- Linux命令行與shell腳本編程大全(第4版)
- 網(wǎng)站構(gòu)建技術(shù)
- OpenStack Orchestration
- OpenCV with Python By Example
- SEO教程:搜索引擎優(yōu)化入門與進(jìn)階(第3版)
- 零基礎(chǔ)學(xué)Java第2版