List of all posts

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?

Dead Face Emoji

Death of CSS vendor prefix

Browser engine prefixes were used to allow developers to implement new CSS features before support. But the need for prefixes has decreased.

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.

Layer Icon

How to Manage Z-index

By giving web elements relative relationships instead of absolute values. Using CSS Variables for relative `z-index` values, which is an elegant method!

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.