> echo "Welcome to My Tech Zone"

$ whoami

> Tech Explorer & Code Artist

$ ls social

> GitHub

> larryxue.dev

合集-React

摘要:问题 在编写 React 代码时,如果你希望多次更新状态,可能会尝试使用 handleClickWrong 中的方式。然而,你会发现实际效果并不如预期:count 只增加了 1,而不是 3。 const root = document.getElementById('root'); const Ap 阅读全文
posted @ 2024-08-18 10:31 azoux 阅读(307) 评论(0) 推荐(0)
摘要:1. 安装tailwindcss npm install -D tailwindcss postcss autoprefixer 2. 生成tailwindcss 配置文件 npx tailwind init -p 3. tailwind.config.js 配置 /** @type {import 阅读全文
posted @ 2024-08-24 12:49 azoux 阅读(1387) 评论(0) 推荐(0)