普通视图
-
朽儿

- 5 Super Easy-To-Use Vue3 ToolsUsed A Lot In Recent Projects!Continue reading on JavaScript in Plain English »
-
朽儿

- 10 Commonly-Used Combined APIs in Vue3Vue.js is a powerful JavaScript framework for developing web applications. Vue 2 will cease maintenance on December 31, 2023. With Vue 3…Continue reading on JavaScript in Plain English »
10 Commonly-Used Combined APIs in Vue3
Vue.js is a powerful JavaScript framework for developing web applications. Vue 2 will cease maintenance on December 31, 2023. With Vue 3…
-
朽儿

- Interviewer: Please handwrite a publish-subscribe modelpublish-subscribe the pattern is also one of the classics Design Patterns.Continue reading on JavaScript in Plain English »
Interviewer: Please handwrite a publish-subscribe model
publish-subscribe the pattern is also one of the classics Design Patterns.
-
朽儿

- A best practice tip learned from React’s new official websiteDuring the development process, we often encounter such scenarios.Continue reading on JavaScript in Plain English »
A best practice tip learned from React’s new official website
During the development process, we often encounter such scenarios.
-
朽儿

- React Advanced Concepts RefRef is a powerful function that enables a direct connection between a component and a DOM element or a class component and its parent. In…Continue reading on JavaScript in Plain English »
React Advanced Concepts Ref
Ref is a powerful function that enables a direct connection between a component and a DOM element or a class component and its parent. In…
-
朽儿

- 5 Important Observer Functions In JavaScript, How Many Do You Know?Browsers provide developers with feature-rich Observers. In this article, we will take an in-depth study of these common browser Observers,Continue reading on JavaScript in Plain English »
5 Important Observer Functions In JavaScript, How Many Do You Know?
Browsers provide developers with feature-rich Observers. In this article, we will take an in-depth study of these common browser Observers,
-
朽儿

- Why does the code in Promise execute before setTimeout?First, let’s think about how we should use the JavaScript engine if we are browser or Node developers.Continue reading on JavaScript in Plain English »
Why does the code in Promise execute before setTimeout?
First, let’s think about how we should use the JavaScript engine if we are browser or Node developers.
-
朽儿

- 10 TypeScript Skills You Must KnowGenerics allow us to write code that is more flexible, reusable, and type-safe.Continue reading on JavaScript in Plain English »
10 TypeScript Skills You Must Know
Generics allow us to write code that is more flexible, reusable, and type-safe.
-
朽儿

- 8 Advanced Uses Of Promises You Should KnowI found that many people only know how to use promise conventionally.Continue reading on JavaScript in Plain English »
8 Advanced Uses Of Promises You Should Know
I found that many people only know how to use promise conventionally.
-
朽儿

- 5 knowledge points to make Vue3 development smootherI recently tinkered with Vue3 + Vite2 and encountered a lot of problems. I compiled 5 tips that can improve development efficiency and makeContinue reading on JavaScript in Plain English »
5 knowledge points to make Vue3 development smoother
I recently tinkered with Vue3 + Vite2 and encountered a lot of problems. I compiled 5 tips that can improve development efficiency and make
-
朽儿

- How to Determine Whether the Object Itself Is Empty in JS? Many People Are Wrong~How to determine whether an object is empty is a problem we often encounter in development. Today we will talk about several commonly used…Continue reading on JavaScript in Plain English »
How to Determine Whether the Object Itself Is Empty in JS? Many People Are Wrong~
How to determine whether an object is empty is a problem we often encounter in development. Today we will talk about several commonly used…
-
朽儿

- Accurately analyze the execution timing of useLayoutEffect and useEffectWe have spent a lot of space to analyze it from the aspects of basics, theory, practice, and summary useEffect. In addition, React also…Continue reading on JavaScript in Plain English »
Accurately analyze the execution timing of useLayoutEffect and useEffect
We have spent a lot of space to analyze it from the aspects of basics, theory, practice, and summary useEffect. In addition, React also…
-
朽儿

- This Hook API Has Scared Off Many Frontend DevelopersIn the learning process of React, there is a big boss blocking the way. Not only does it have many concepts, it is difficult to understand…Continue reading on JavaScript in Plain English »
This Hook API Has Scared Off Many Frontend Developers
In the learning process of React, there is a big boss blocking the way. Not only does it have many concepts, it is difficult to understand…
-
朽儿

- 14 Tips to Write Better JavaScriptHere are some of my favorite tips for writing cleaner Javascript code, skip the clever keep it simple.Continue reading on JavaScript in Plain English »
14 Tips to Write Better JavaScript
Here are some of my favorite tips for writing cleaner Javascript code, skip the clever keep it simple.
-
朽儿

- 7 Advanced Tips For ES6ES6 (ECMAScript 2015) introduces many new features and syntax, some of which may be relatively unknown, but are very useful. This article…Continue reading on Level Up Coding »
7 Advanced Tips For ES6
ES6 (ECMAScript 2015) introduces many new features and syntax, some of which may be relatively unknown, but are very useful. This article…
-
朽儿

- 7 Advanced Usages Of JavaScript Async/AwaitAsynchronous programming in JavaScript has evolved from callbacks to the Promise , that async/await is widely used today . The latter not…Continue reading on JavaScript in Plain English »
7 Advanced Usages Of JavaScript Async/Await
Asynchronous programming in JavaScript has evolved from callbacks to the Promise , that async/await is widely used today . The latter not…
-
朽儿

- JavaScript Objects: Do we really need to mock classes?Early JavaScript programmers generally had the experience of using JavaScript to “simulate object orientation.”Continue reading on JavaScript in Plain English »
JavaScript Objects: Do we really need to mock classes?
Early JavaScript programmers generally had the experience of using JavaScript to “simulate object orientation.”
-
朽儿

- Front-end Code Duplication DetectionIn front-end development, code duplication is a common problem.Continue reading on JavaScript in Plain English »
Front-end Code Duplication Detection
In front-end development, code duplication is a common problem.
-
朽儿

- Monorepo, Large Frontend Project Management Model PracticeAfter reading this article you will learn: what monorepo is, why monorepo is needed, and how to practice monorepo.Continue reading on JavaScript in Plain English »
Monorepo, Large Frontend Project Management Model Practice
After reading this article you will learn: what monorepo is, why monorepo is needed, and how to practice monorepo.