摘要: 3 assumptions Code is valid JavaScript Test values / properties are defined before acceessing them Code follows Rules of React React Compiler will mos 阅读全文
posted @ 2025-01-04 16:01 Felix_Openmind 阅读(17) 评论(0) 推荐(0)
摘要: How does React handle updates ? How React Communicates With the Renderer ? the renderer that handles the updates setState calls renderer The Update Wh 阅读全文
posted @ 2025-01-04 15:47 Felix_Openmind 阅读(11) 评论(0) 推荐(0)
摘要: React hooks allow us to use React features without writing a class state (useState, useReducer) component lifecycle (useEffect) much more(useRef, useC 阅读全文
posted @ 2025-01-04 15:12 Felix_Openmind 阅读(15) 评论(0) 推荐(0)
摘要: The basic concepts of React reconciliation virtual DOM rendering diffing algorithm pre-knowledge understand the difference between React components, e 阅读全文
posted @ 2025-01-04 13:16 Felix_Openmind 阅读(16) 评论(0) 推荐(0)
摘要: What is React Fiber? Fiber = {...} Fiber reconciler = current React reconciler based on Fiber (React >= 16) complete rewrite of React that fixed long- 阅读全文
posted @ 2025-01-04 01:09 Felix_Openmind 阅读(29) 评论(0) 推荐(0)
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}