Vue is a set of progressive frameworks for building user interfaces. Unlike other large frameworks, Vue is designed so that Proxy objects can be applied...
In VUE, components are scoped independently. Communication between parent and child components can be passed through prop properties, but communication between sibling components is more...
Introduction As mentioned in the previous article, when a component is updated, it is necessary to execute the rendering function generated by the compiler to...
Say goodbye to procrastination, all new features commonly used in ES6-ES10 have been updated today, as study notes only, do not spray. ECMAScript is often...
Because of the block-level scope, then we have the possibility to move on. Block-level declarations are used to declare variables that are not accessible outside...
Through the way of pictures, the browser is how to transform static resources into visual interface rendering process. It is of great help to optimize...
In the year of 2021, we witnessed the expansion and implementation of micro front-end, experienced the speed brought by Serverless, and realized the madness of...
Lexical scopes also become static scopes when the scope is defined at code writing time. JavaScript is a lexical scoped language. Okay, so these are...
Slider verification is more common means of man-machine identification, but their own do half will really do not come out, think about this thing is...
Use react-native-scrollable-tab-view official address to implement TAB switching. A control with TabBar and swappable pages. In Android, it can be viewed as a combination of...
Block-level scope means that the variable can only be used within the code block or sub-code block at the time of declaration. Block-level scopes did...
Writing HTML code in a more reasonable way can promote team cooperation, reduce bug handling, reduce maintenance costs, and facilitate code review, develop the habit...
Recently, I received the task of optimizing the construction and release of the front-end project. This optimization is divided into two parts, one part is...