- Beginning React
- Andrea Chiarelli
- 189字
- 2021-07-23 17:10:29
Introducing React and UI Design
React is definitely one of the most talked about libraries on the web. It has become as popular as jQuery was in its prime, and more and more developers choose it to build the user interface of their web applications. Why has it become so popular? Why is this JavaScript library so innovative compared to others?
We will try to provide answers to these questions in this book by showing what the library offers, and by using it to build efficient web user interfaces.
In this chapter, we will introduce React and we will start building the basic infrastructure of a React-based application. Then, we will analyze how to design a user interface so that it can be easily mapped to React components, exploiting the best from React's internal architecture.
By the end of this chapter, you will be able to:
- Describe what React is and where it fits in the development of your applications
- Set up the infrastructure of a React-based application
- Design the UI of your application, optimizing it for use in React
- Kibana Essentials
- C#程序設計實訓指導書
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- Flink SQL與DataStream入門、進階與實戰
- Android 應用案例開發大全(第3版)
- C語言程序設計同步訓練與上機指導(第三版)
- Linux:Embedded Development
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- jQuery炫酷應用實例集錦
- Node學習指南(第2版)
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- Android高級開發實戰:UI、NDK與安全
- 交互設計師成長手冊:從零開始學交互
- JavaEE架構與程序設計
- Socket.IO Cookbook