Search post tags: unsorted

Barrel Symbol

What is Barrel File?

Vite does not perform Tree Shake during development, leading to a lot of unused code being bundled, severely affecting the development experience.

Dissatisfied Emoji

Why is Time Estimating Hard

I often just see problems and try to solve them. But if a project is on fire and the manager sets an unrealistic timeline, how do you explain it?

Icon of a card with an exclamation mark

Building UI Without Burden

As a front-end engineer, my recent work experience has shown me that many development issues still revolve around the appearance.

Rotating arrow with a star symbol in the middle

React Hook vs Normal function?

React Hook is a feature added in React 16.8 that allows you to use React features without writing a class. Explains the differences between Hooks and methods.

Node Symbol

DOM API in One Go!

Manipulate web pages requires understanding the DOM. This article quickly teaches you how to programmatically modify, access, edit, and listen to the DOM.