🔥 รวบตึงการเขียน 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 - 🦖 สร้างการเรียนรู้ที่ดีสำหรับสายไอทีในทุกวัน
「react useeffect」的推薦目錄:
- 關於react useeffect 在 BorntoDev Facebook 的精選貼文
- 關於react useeffect 在 在地上滾的工程師 Nic Facebook 的最佳貼文
- 關於react useeffect 在 Is it possible to render a component inside useEffect hook? 的評價
- 關於react useeffect 在 Async useEffect is pretty much unreadable #14326 - GitHub 的評價
- 關於react useeffect 在 Async useEffect is pretty much unreadable #14326 - GitHub 的評價
react useeffect 在 在地上滾的工程師 Nic Facebook 的最佳貼文
最近寫 App 的時候,想說順便把 class component 整理成 hooks
結果一個沒注意,就被 useEffect 觸發 infinite render 把我自己的 server 打到 rate limit XD
#React筆記
react useeffect 在 Async useEffect is pretty much unreadable #14326 - GitHub 的推薦與評價
now I should use useEffect instead of componentDidMount into a React Component with Hooks. Scenario "initial unique call to a server": ... <看更多>
react useeffect 在 Async useEffect is pretty much unreadable #14326 - GitHub 的推薦與評價
now I should use useEffect instead of componentDidMount into a React Component with Hooks. Scenario "initial unique call to a server": ... <看更多>
react useeffect 在 Is it possible to render a component inside useEffect hook? 的推薦與評價
... <看更多>