[latest and complete] front end development specification series - JS
Why did you do itThere are many front-end development specifications in the target market, some are too old, some are too simple and one-sided. Aiming at these problems, tal Peiyou growth front-end team has sorted out the latest and complete front-end development specifications, including JS, CSS, HTML, lint, Vue, etc.The meaning of doing itImp ...
Added by hyster on Wed, 29 Dec 2021 23:41:23 +0200
Getting started with zero basics of JavaScript 8: reading the style of elements
π
Supporting articles for Java learning route: Summary of java learning route, brick movers counter attack Java Architects (the strongest in the whole network) π
Basic recommendations: Java foundation tutorial series π
Practical recommendations: Spring Boot basic tutorial π
Introduction: high quality creator in Java field π, CSDN the a ...
Added by help_lucky on Wed, 29 Dec 2021 16:53:12 +0200
Common HTML tags are here. Don't you collect them
ββBrain mapββ
Continue from the previous article ~ next are the labels in the body~
Title label h1~h6
The title tag is h1~h6 (the size of 1 to 6 is gradually reduced, and the weight is also gradually reduced). It is generally used to display the title of the web page. After use, the web page will add blank lines b ...
Added by ericm on Wed, 29 Dec 2021 08:39:57 +0200
Vue responsive principle (simple understanding)
Let's supply this picture first
0. What is responsive
Explanation on the official website (you can read it selectively)
When you pass an ordinary JavaScript object into the Vue instance as the data option, Vue will traverse all the properties of the object and use object Defineproperty converts all these properties into getters / setter ...
Added by joshi_v on Wed, 29 Dec 2021 08:33:30 +0200
Intensive reading of Records & Tuples proposal
Immutable js, immer and other libraries have made js possible for immutable programming, but there are still some unsolved problems, that is, "how to ensure that an object is really immutable".If it wasn't for the chest guarantee, there was really no other way now. Maybe you think frozen is a good idea, but it can still add non frozen ...
Added by altergothen on Wed, 29 Dec 2021 00:21:28 +0200
redux members, store members, data flow of redux, and how does redux work with react redux? What are the common API s of react redux, the differences between react redux, redux and vuex?
preface
Redux is a predictable (according to a fixed input, a fixed result will be obtained) state container for javascript applications. It can run on the server, client and native applications. It evolved from Flux. It is simple and easy to use Centralized management of the status of multiple components in react redux is a js librar ...
Added by ricardo.leite on Tue, 28 Dec 2021 23:22:35 +0200
Front end interview questions in late summer and early autumn of 2021
A front-end Xiaobai's first interview journey in late summer and early autumn
A lucky cat's broken thoughts after eating
The following are the questions in the interview process. They are classic and popular. I hope they can provide you with some review direction. Gold, silver and four are just ready now.
CSS article
It is necessary to ...
Added by rich_d on Tue, 28 Dec 2021 22:09:49 +0200
[Lesson 8] JS basic syntax; string Api
target
Understand JS basic syntax
How to create variablesThe difference between let, var and constUnderstand and master process control and other related grammardeconstructionTemplate string Master string Api
Development process of ES6
ECMAScript 6.0 (ES6) is a new generation standard of JavaScript language. It was officially released in ...
Added by johntp on Tue, 28 Dec 2021 17:21:31 +0200
Performance Optimization: virtual list, how to render the dom of 50000 pieces of data without jamming at the same time
A recent requirement is that when there are about 50000 pieces of data in the list, it is not allowed to be paged. If the page directly renders 50000 pieces of data, the page may get stuck on some low configuration computers. Based on this requirement, research and analyze the reasons for the front-end rendering jamming, and prepare to hand wri ...
Added by darkerstar on Tue, 28 Dec 2021 15:34:59 +0200
Advanced core knowledge of front-end development 1.3 we don't recite API, we only implement API
Sometimes the interviewer doesn't force the developer to recite the API accurately. On the contrary, the interviewer likes to tell the interviewer how to use the API and let the interviewer implement the API.
Implementing an API can examine the interviewer's understanding of the API and better reflect the developer's programming thinking and a ...
Added by smalband on Tue, 28 Dec 2021 14:10:27 +0200