Mastering useEffect - Complete Guide
A comprehensive introduction to React's useEffect and usage strategies.
Read Full Article about Mastering useEffect - Complete Guide
This is my personal tech blog, primarily dedicated to programming study notes and software/digital-related content. I will also cover broader software and digital topics in the future.
A comprehensive introduction to React's useEffect and usage strategies.
Read Full Article about Mastering useEffect - Complete Guide
Deep dive into useEffect through insights from former React team member Dan Abramov's article.
I recently spent quite a bit of time installing WSL2 (Windows Subsystem for Linux) on my computer. Here's my detailed installation guide and the lessons learned along the way.
Read Full Article about Installing WSL2 on Windows - My Experience and Tips
Sharing my Cursor learning notes and effective usage methods.
I tried using the email laundry method from the book "Uptime" to organize my Gmail, and the moment I finished organizing it, I truly felt mentally and physically refreshed.
Read Full Article about Using the "Email Laundry Method" to Organize My Inbox
An overview of React based on the book "React Thinking Evolution", aiming to provide a big picture of the entire React ecosystem.
RWD is a design approach that allows websites to adjust across various devices and screen sizes, presenting content in an optimized way.
CSS Grid is a powerful two-dimensional layout system that helps you control the arrangement and size of web elements more flexibly.