🔥 รวบตึงการเขียน React เริ่มตั้งแต่ต้น ครบ จบ ใน 2 ชั่วโมง !
.
🦋 สำหรับใครที่กำลังอยากจะเริ่มต้นกับ ReactJs แต่ยังมึน ๆ งง ๆ หรือมีเวลาศึกษาไม่มาก แอดแนะนำคลิปนี้เลย !
.
📚 เพราะเขาเริ่มสอนตั้งแต่พื้นฐานว่า ReactJs คืออะไร ไปจนถึงการสร้างส่วนต่าง ๆ ใน React App ! แต่ก็ไม่ต้องกลัวจะตามไม่ทัน เพราะเขาค่อย ๆ อธิบายพร้อมกับเขียนโค้ดให้ดูด้วย... ซึ่งทั้งหมดที่ว่ามานี้ ครบ จบภายใน 2 ชั่วโมง !!!
.
✨ สำหรับหัวข้อในคลิปก็จะมีประมาณนี้ ! (อ้างอิงจาก Timestamp)
.
✅ Intro & Slides
✅ Create a React app
✅ Files & folders
✅ App component & JSX
✅ Expressions in JSX
✅ Creating a component
✅ Component Props
✅ PropTypes
✅ Styling
✅ Button Component
✅ Events
✅ Tasks Component
✅ Create a list with .map()
✅ State & useState Hook
✅ Global state
✅ Task Component
✅ Icons with react-icons
✅ Delete task & prop drilling
✅ Optional message if no tasks
✅ Toggle reminder & conditional styling
✅ Add Task Form
✅ Form input state (controlled components)
✅ Add task submit
✅ showAddTask state
✅ Button toggle
✅ Build for production
✅ JSON Server
✅ useEffect Hook & Fetch tasks from server
✅ Delete task from server
✅ Add task to server
✅ Toggle reminder on server
✅ Routing, footer & about
.
💥 บอกเลยว่าถึงจะใช้เวลาไม่เยอะ แต่จัดเต็มสุด ๆ ใครที่สนใจ สามารถเข้าไปดูได้เลยจ้าาา >>> https://www.youtube.com/watch?v=w7ejDZ8SWv8
.
borntoDev - 🦖 สร้างการเรียนรู้ที่ดีสำหรับสายไอทีในทุกวัน
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「useeffect」的推薦目錄:
- 關於useeffect 在 BorntoDev Facebook 的最讚貼文
- 關於useeffect 在 在地上滾的工程師 Nic Facebook 的最佳貼文
- 關於useeffect 在 コバにゃんチャンネル Youtube 的最佳解答
- 關於useeffect 在 大象中醫 Youtube 的最佳解答
- 關於useeffect 在 大象中醫 Youtube 的最佳貼文
- 關於useeffect 在 Confusing React useEffect hook behaviour - Stack Overflow 的評價
- 關於useeffect 在 04 useEffect基础用法- puxiao/react-hook-tutorial - GitHub 的評價
- 關於useeffect 在 Why hooks are the best thing to happen to React - Stack ... 的評價
useeffect 在 在地上滾的工程師 Nic Facebook 的最佳貼文
最近寫 App 的時候,想說順便把 class component 整理成 hooks
結果一個沒注意,就被 useEffect 觸發 infinite render 把我自己的 server 打到 rate limit XD
#React筆記
useeffect 在 04 useEffect基础用法- puxiao/react-hook-tutorial - GitHub 的推薦與評價
useEffect 概念解释. 我们第二个要学习的Hook(钩子函数)是useEffect,他的作用是“勾住”函数组件中某些 ... ... <看更多>
useeffect 在 Why hooks are the best thing to happen to React - Stack ... 的推薦與評價
The useEffect helps to perform side effects in functional components; that is, any function that you need to run after updating the DOM. It ... ... <看更多>
useeffect 在 Confusing React useEffect hook behaviour - Stack Overflow 的推薦與評價
... <看更多>
相關內容