Open in app

Sign in

Write

Sign in

Xiuer Old
Xiuer Old

4.5K Followers

Home

Lists

About

Published in

Dare To Be Better

·Pinned

What? I Make A Multiverse-Form?

Have you heard of the multiverse theory, have you ever thought that one day you will use this theory to write JavaScript .First of all, let’s think about what a form is? What is a form? To translate this into the popular gossip text, we need to first identify the aggregated root of the…

JavaScript

3 min read

What? I Make A Multiverse-Form?
What? I Make A Multiverse-Form?
JavaScript

3 min read


Published in

JavaScript in Plain English

·5 hours ago

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. project management model You may not have heard of the word Monorepo for the first time. Solutions based on monorepo have been deeply rooted in the current large-scale front-end projects, whether it…

Monorepo

21 min read

Monorepo, Large Frontend Project Management Model Practice
Monorepo, Large Frontend Project Management Model Practice
Monorepo

21 min read


Published in

JavaScript in Plain English

·1 day ago

Let's Develop More Comfortable Tailwind Skills

Using Tailwind CSS, I avoid the trouble of copying a large number of CSS files in React projects, making web development faster and more efficient. Although Tailwind is already very good, I have discovered some tricks that can further improve the experience of using this framework. IDE settings Smart Tips Extension

Tailwind Css

11 min read

Let's Develop More Comfortable Tailwind Skills
Let's Develop More Comfortable Tailwind Skills
Tailwind Css

11 min read


Published in

JavaScript in Plain English

·2 days ago

In-Depth Understanding of the Use of the Second Parameter of useEffect

Performance optimization of React components has always been an important issue in front-end development. useEffect is a powerful tool provided by React Hooks, which allows us to handle some rendering-independent operations, such as data acquisition, subscription and manual DOM manipulation. However, when using useEffect, we must choose the second parameter…

JavaScript

4 min read

In-depth Understanding of the Use of the Second Parameter of useEffect
In-depth Understanding of the Use of the Second Parameter of useEffect
JavaScript

4 min read


Published in

JavaScript in Plain English

·2 days ago

Interesting Hook — useWorker

The code version targeted in this article is 1ceb211 I saw an interesting thing a few days ago hook: useWorker. You can directly convert the function into worker and then call it for execution, so that some time-consuming and blocking calculations can be worker executed in to avoid blocking the…

JavaScript

6 min read

Interesting hook — useWorker
Interesting hook — useWorker
JavaScript

6 min read


Published in

Stackademic

·3 days ago

ES6 Series defineProperty and proxy

Preface We have all heard the word “data binding” more or less. The key to “data binding” is to monitor changes in data. But for such an object, how do var obj = {value: 1} we know that obj has changed? definePropety ES5 provides the Object.defineProperty method, which can define a new…

JavaScript

8 min read

ES6 series defineProperty and proxy
ES6 series defineProperty and proxy
JavaScript

8 min read


Published in

JavaScript in Plain English

·Nov 28

UseEffect Practice Case: Custom Hook

Sequence We will learn custom hooks based on the case in the previous chapter. In the previous chapter, we cleverly encapsulated a large amount of JSX logic processing in the List component, making the code in the page component very simple. …

React Hook

7 min read

UseEffect Practice Case: Custom Hook
UseEffect Practice Case: Custom Hook
React Hook

7 min read


Published in

JavaScript in Plain English

·Nov 27

Several React Hooks that Must Be Firmly Mastered💪🏻

Hooks are a new feature in React 16.8. It allows you to use state and other React features without writing classes. Hook rules Only use Hooks at the top level Only call Hooks within React functions. (Or: call other Hooks in custom Hooks) useEffect useEffect receives a method as the first parameter, which…

React Hook

10 min read

Several React Hooks that Must Be Firmly Mastered💪🏻
Several React Hooks that Must Be Firmly Mastered💪🏻
React Hook

10 min read


Published in

JavaScript in Plain English

·Nov 23

10 JavaScript Programming Tips

Tip 1: Use destructuring assignment to exchange variable values let a = 1; let b = 2; [a, b] = [b, a]; console.log(a); // Output 2 console.log(b); // Output 1 This method makes it easy to exchange the values ​​of two variables without introducing a third variable. Tip 2: Use array destructuring to obtain function return values function getNumbers() { return [1, 2, 3]; } const [a, b, c]…

JavaScript

4 min read

10 JavaScript Programming Tips
10 JavaScript Programming Tips
JavaScript

4 min read


Published in

JavaScript in Plain English

·Nov 23

8 Awesome JavaScript String Manipulation Tips

Preface When dealing with JavaScript strings, there are many interesting techniques that can improve your coding efficiency. This article will introduce some JavaScript techniques about strings to make you more skilled in string operations. Let's go! 1. String padding Sometimes, you may need to ensure that a string reaches a specific length. At this…

JavaScript

4 min read

8 Awesome JavaScript String Manipulation Tips
8 Awesome JavaScript String Manipulation Tips
JavaScript

4 min read

Xiuer Old

Xiuer Old

4.5K Followers

🔥Little brother teaches front-end online🌈

Following
  • Mina Knows

    Mina Knows

  • Joy Ekere M.D.

    Joy Ekere M.D.

  • KnowledgeCollective

    KnowledgeCollective

  • fatfish

    fatfish

  • Tony U. Francisco

    Tony U. Francisco

See all (184)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams