- Beginning React
- Andrea Chiarelli
- 226字
- 2021-07-23 17:10:29
What is React?
To put it simply, React is a JavaScript library for building composable user interfaces. This means that we can build a user interface by composing items called components. A component is an element that contributes to building a user interface. It could be a textbox, a button, a whole form, a group of other components, and so on. Even the entire application's user interface is a component. So, React encourages the creation of components to build a user interface; it's even better if these components are reusable.
React components have the ability to present data that changes over time, and the visualization of that changing data is automatic when we follow a few guidelines.
Since the library deals with user interfaces, you may wonder which presentational design patterns React was inspired by: Model-View-Controller, Model-View-Presenter, Model-View-ViewModel, or something else. React is not bound to a specific presentational pattern. React implements the View part of the most common patterns, leaving developers free to choose the best approach to implement the model, the presenter, and everything else they need to build their application. This aspect is important, since it allows us to classify it as a library, not as a framework; therefore, comparisons with frameworks such as Angular may throw up some inconsistencies.
- 微服務設計(第2版)
- 自制編譯器
- Visual Basic 6.0程序設計計算機組裝與維修
- Learning RabbitMQ
- Arduino開發實戰指南:LabVIEW卷
- C#程序設計(慕課版)
- Web Application Development with R Using Shiny(Second Edition)
- Bulma必知必會
- Python爬蟲開發與項目實戰
- 人臉識別原理及算法:動態人臉識別系統研究
- 老“碼”識途
- QGIS By Example
- Raspberry Pi Robotic Blueprints
- Angular應用程序開發指南
- Laravel Application Development Blueprints