- Advanced TypeScript Programming Projects
- Peter O'Hanlon
- 177字
- 2021-06-24 13:27:11
A React Bootstrap Personal Contacts Manager
In this chapter, we are going to learn how to build a personal contacts manager using React, which is a library for building user interfaces (UIs) out of small components. By learning React, you will gain the ability to use one of the most popular libraries currently in use, as well as begin to understand how and when to use the power of binding to simplify your code.
Exploring React will help us to understand how to write a modern application for the client side and also study its requirements.
To help us to develop the application, the following topics will be covered in this chapter:
- Creating a mock layout to check our layouts
- Creating our React application
- Analyzing and formatting code with tslint
- Adding Bootstrap support
- Using tsx components in React
- The App component in React
- Displaying our personal details UI
- Using binding to simplify our updates
- Creating validators and applying them as validation
- Applying validation in a React component
- Creating and sending data to an IndexedDB database
推薦閱讀
- 操作系統實用教程(Linux版)
- 嵌入式Linux開發技術
- Arch Linux Environment Setup How-to
- 嵌入式Linux系統開發:基于Yocto Project
- 操作系統基礎與實踐:基于openEuler平臺
- VMware Horizon View 6 Desktop Virtualization Cookbook
- 嵌入式應用程序設計綜合教程(微課版)
- Docker+Kubernetes應用開發與快速上云
- AWS SysOps Cookbook
- 分布式系統設計實踐
- Linux操作系統
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- Zabbix監控系統之深度解析和實踐
- Learn Quantum Computing with Python and IBM Quantum Experience
- Learn OpenShift