react source code analysis 8.render phase
react source code analysis 8.render phase
Video Explanation (efficient learning): Enter learning
Previous articles:
1. Introduction and interview questions
2. Design concept of react
3.react source code architecture
4. Source directory structure and debugging
5. JSX & Core api
6.legacy and concurrent mode entry functions
7.Fiber architectur ...
Posted by fekaduw on Thu, 02 Dec 2021 03:29:31 +0100
What React hook must know: the cleanup of useEffect
cleanup of React useEffect
It can avoid problems such as memory leakage in applicationsCan optimize application performance
Before starting this article, you should have a basic understanding of what useEffect is, including using it to obtain data.
This article will explain the cleanup of useEffectHook, and I hope you can use it comfort ...
Posted by direland on Wed, 01 Dec 2021 12:20:43 +0100
The test platform series (84) supports copying other preconditions
Hello ~ I'm Milo!
I'm building an open source interface testing platform from 0 to 1, and I'm also writing a complete set of corresponding tutorials. I hope you can support me.
Welcome to my official account test development pit, get the latest article tutorial!
review
Previously, we supported the precondition of Redis, but in fact, there is a ...
Posted by quintin on Mon, 29 Nov 2021 22:44:49 +0100
Remix.run novice tutorial
Recently, I just saw Remix. Run (hereinafter referred to as Remix) in JavaScript Weekly preparing to release version 1.0 open source. Within two days, I saw Remix soar to the first place in the Github Trending trend list. I think it's already hot. I don't know how to compare with Next.js in the follow-up. But it doesn't seem too complicated. Ma ...
Posted by seanko on Sat, 27 Nov 2021 00:23:35 +0100
[resolve data structure] explain the set structure in detail and implement a set
📢 Hello, I'm Xiaocheng, a sophomore front-end enthusiast
📢 This article will explain collections in data structures
📢 Thank you very much for reading. You are welcome to correct the wrong places 🙏
📢 May you be loyal to yourself and love life
💡 First look at knowledge points
What is a collection?What methods do collecti ...
Posted by bcoffin on Mon, 22 Nov 2021 12:40:27 +0100
Reverse engineering psychology tests your life major
Packet capture analysis
By capturing the application with burpsuite, it is found that the application is a pure front-end project and does not send data to the server. The front end uses React + TypeScript to build the project, and finally uses Webpack to package it. You can see the packaged file structure of the webpack in the browser ma ...
Posted by cloudzilla on Fri, 19 Nov 2021 05:38:30 +0100
Analysis of textInput component in hippy react
2021SC@SDUSC
Component analysis
In the previous blog s, we have analyzed some components, including scrollview, viewPager, waterfallView, image and list view components. This time, let's interpret the textInput component.
textInput component
textInput is the basic component of input text. It provides the configuration of a variety of fea ...
Posted by nonlinear on Wed, 17 Nov 2021 03:49:15 +0100
h5 page route switching animation - left and right sideslip effect (v2)
The previous article described in detail the implementation idea and code of v1 version: h5 page route switching animation - left and right sideslip effect (v1)
Later, many problems in v1 were found in the process of practice and have been reconstructed. Therefore, let's share a new implementation method, which is called v2 version. The core i ...
Posted by mattsinclair on Fri, 12 Nov 2021 08:40:05 +0100
Build a plug-in development environment for React's series of tutorials on developing chrome plug-ins
Following the basic introduction of chrome plug-ins in the last article, let's start to really practice the development of plug-ins. The first part starts with the construction of development environment. This part is also a part that is quite different between plug-in development and web spa application development
Expected target
The ex ...
Posted by Devon11 on Sun, 07 Nov 2021 23:02:40 +0100
Introduction to React components
All the partners who have used vue know the role of components, and the components in react have the same role. Next, I'll introduce how we should use components in react
The components of react are mainly divided into four categories
Basic components: basic tags such as input and button, as we ...
Posted by virendrachandak on Sat, 06 Nov 2021 21:32:45 +0100