- The React Workshop
- Brandon Richey Ryan Yu Endre Vegh Theofanis Despoudis Anton Punith Florian Sloot
- 168字
- 2021-06-11 18:28:33
Summary
Ultimately, like so many other parts of React, understanding and mastering the framework hinges on being able to apply the rules and syntax of JavaScript that you are already familiar with. It's part of the strength of React; nothing you do is so intensely foreign that it's difficult to reason about. You can almost always take something you know in JavaScript and apply it, with few modifications. In the span of this chapter, we focused on applying conditionals and loops, two very basic building blocks of all JavaScript code bases and applied them to React and JSX.
These are some of the primary scenarios that you will run into when building React applications. Your applications will hinge on their ability to, ironically enough, react to dynamic states. You will rarely write static components and code in modern web applications and React not only knows this but discourages it. In the next chapter, we will learn how to use lifecycle methods to manipulate the state in class components.
- Mastering OpenLayers 3
- 精通Nginx(第2版)
- Java多線程編程實戰指南:設計模式篇(第2版)
- Interactive Data Visualization with Python
- Web交互界面設計與制作(微課版)
- Arduino開發實戰指南:LabVIEW卷
- 趣學Python算法100例
- HBase從入門到實戰
- INSTANT Mercurial SCM Essentials How-to
- Python深度學習:模型、方法與實現
- Microsoft Dynamics AX 2012 R3 Financial Management
- Python+Tableau數據可視化之美
- Python程序設計與算法基礎教程(第2版)(微課版)
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- Distributed Computing in Java 9