- The React Workshop
- Brandon Richey Ryan Yu Endre Vegh Theofanis Despoudis Anton Punith Florian Sloot
- 159字
- 2021-06-11 18:28:34
Summary
In this chapter, we have described and implemented various React component lifecycle methods. Knowing how the lifecycle perpetuates itself is critical to architecting React components that are anything larger and more complex than a couple of static boilerplate components. Moreover, it is worth understanding how the lifecycle flows adding additional functionality of events as appropriate. For example, knowing about the lifecycle allows us to determine the best place to add in functionality such as making external AJAX calls that should modify the state without doing something that would affect the rendering pipeline for the component. This is something that is borderline required for mastery of writing smart React components.
If you remember the basic flow of implementing lifecycle methods, as mentioned in the chapter, you will have enough information to get you through most of the React components that you write in your lifetime. In the next chapter, we will look at class and functional components in React.
- 深度學習經典案例解析:基于MATLAB
- Spring實戰(第5版)
- Getting Started with NativeScript
- 學習正則表達式
- Advanced Express Web Application Development
- Python+Tableau數據可視化之美
- Mastering C++ Multithreading
- Flowable流程引擎實戰
- Clojure for Java Developers
- C++ System Programming Cookbook
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- AutoCAD基礎教程
- Spring Boot從入門到實戰
- Mastering ASP.NET Web API
- Java核心技術速學版(第3版)