Implement React v18 from Scratch Using WASM and Rust – [3] Reconciler & Renderer Design
Based on big-react๏ผI am going to implement React v18 core features from scratch using WASM and Rust. Code Repository๏ผhttps://github.com/ParadeTo/big-react-wasm The tag related to this article๏ผv3 In the previous article, the plan was to implement the render phase in this article....