what is the context CoroutineContext is a set of elements used to define coroutine behavior, including the following parts: Inheritance of coroutine context Coroutine context […]
Month: October 2023
Nest.js Quick Start API Project
I recently worked on a new project. This customer manages a huge cluster of tasks and teams, and the systems applicable to different processes are […]
Will native JS also support type annotations in the future?
In other words, if the proposal passes, many .ts files will be able to run directly in the browser after the suffix is changed to .js . A tc39 proposal usually […]
Complex data transformations with normalizr
The author once developed a small program for data sharing, and the sharing logic is similar to Baidu network disk. The current data can be […]
Handwriting a mini version of React state management tool
Handwriting a mini version of React state management tool Currently, there are many various state management tools in React, such as: Each state management tool […]
Helux 2 is released to help you deeply understand the double calling mechanism of side effects in react18
React 18 adds a heuristic concurrent rendering mechanism. The side effect function may be called multiple times due to component re-rendering. In order to help […]
Index merging, if you can’t use it, don’t use it!
In the previous article, Brother Song and his friends shared the data structure of the InnoDB storage engine in MySQL. Friends know that when we […]