Open WangShuXian6 opened 5 months ago
React Hook Form 2024年版完整开发指南
https://github.com/CodAffection/Premium-React-Hook-Form-Course-with-Food-Delivery-App/tree/2.1
https://vitejs.cn/vite3-cn/guide/
npm create vite@latest food-delivery-form
react
typescript
pnpm i
pnpm run dev
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help
可以使用国内镜像 https://cdn.bootcdn.net/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css
index.html
<!DOCTYPE html> <html lang="en" data-bs-theme="dark"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap" rel="stylesheet" /> <link href="https://cdn.bootcdn.net/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css" rel="stylesheet" /> <!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous" --> /> <title>Vite + React + TS</title> </head>
React Hook Form
特征
4.1 Cheat sheet of React Hook Form