- The React Workshop
- Brandon Richey Ryan Yu Endre Vegh Theofanis Despoudis Anton Punith Florian Sloot
- 171字
- 2021-06-11 18:28:28
Introduction
React is a frontend JavaScript framework. Its design principles take into consideration a lot of the common problems that developers used to face while building the user-facing components in their web projects. React doesn't exist to fix server problems or database problems, but rather to fix the common design and development problems of the frontend that exist in more complex and stateful web applications.
React is a framework that was created during the frenzy of frontend JavaScript frameworks. React by itself isn't just JavaScript that you can use to build elements on a page. After all, the problem of adding Document Object Model(DOM) elements to a web page has had solutions since the early days of Prototype and jQuery (or even further back than that). Instead, it is helpful to think of React as existing in a world that bridges the gap between JavaScript and HTML or, more specifically, the code and the browser.
Let's look at the problems that existed before the React JavaScript framework came into the picture.
- Learning Neo4j
- 垃圾回收的算法與實現
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- 深入淺出Java虛擬機:JVM原理與實戰
- JavaScript+jQuery開發實戰
- Dependency Injection in .NET Core 2.0
- 游戲程序設計教程
- Learning Probabilistic Graphical Models in R
- HTML5秘籍(第2版)
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- JavaScript程序設計:基礎·PHP·XML
- 后臺開發:核心技術與應用實踐
- Mastering VMware Horizon 7(Second Edition)
- Microsoft HoloLens By Example
- Visual Basic語言程序設計上機指導與練習(第3版)