File tree Expand file tree Collapse file tree 1 file changed +39
-3
lines changed Expand file tree Collapse file tree 1 file changed +39
-3
lines changed Original file line number Diff line number Diff line change 1- # Example  React code 
1+ # React Just  React examples  code 
22
3- From Zinglecode's YouTube  React Ep.2 and later 
3+ ตัวอย่างโปรเจ็ค  React จากคลิปสอน  Ep.2-20 ของ Zinglecode 
44
5- Branches for each episode
5+ 
6+ ## YouTube video with playlist  
7+ 
8+ https://www.youtube.com/watch?v=dxm-Mtd-LPs&list=PL_xSQKvnccpn-C2fZNJtCykO24yqFWkDn&index=2 
9+ 
10+ 
11+ ## About React Router  
12+ 
13+ เนื่องจาก React Router ที่ใช้ใน Github Repo อันนี้เป็น v5 (ตัวเก่า) ดังนั้นถ้าใครอยากดูตัวอย่างโค้ดของ React Router v6 (ตัวปัจจุบัน) กรุณาเปิดดูได้จากลิ้งค์นี้
14+ 
15+ https://github.com/potchangelo/react-just-react-router-v6 
16+ 
17+ 
18+ ## Install and Run project on VSCode  
19+ 
20+ 0 .  ติดตั้ง Node.js ลงเครื่องให้เรียบร้อยก่อน (ใช้ Version 14, 16, หรือ 18 ก็ได้)
21+ 
22+ 1 .  ดาวน์โหลดโปรเจ็คนี้ลงเครื่อง (เลือกจาก Github branch ที่ต้องการได้)
23+ 
24+ 2 .  เปิดโฟลเดอร์โปรเจ็คใน VSCode
25+ 
26+ 3 .  เปิด VSCode Terminal
27+ 
28+ 4 .  ติดตั้ง Packages ของโปรเจ็ค (สามารถแก้ไขเลขเวอร์ชั่นของ Packages, Libraries ต่างๆ ให้เป็นเวอร์ชั่นล่าสุด ก่อนทำการติดตั้งได้ ที่ในไฟล์ package.json)
29+ 
30+ ``` 
31+ npm install 
32+ ``` 
33+ 
34+ 5 .  Run เว็บโปรเจ็ค
35+ 
36+ ``` 
37+ npm start 
38+ ``` 
39+ 
40+ ## Github branches for each episodes  
641
7421 .  [ Start] ( https://github.com/potchangelo/react-just-react/tree/01-start ) 
8432 .  [ State x Object] ( https://github.com/potchangelo/react-just-react/tree/02-state-x-object ) 
@@ -23,3 +58,4 @@ Branches for each episode
235817 .  [ React Router nested routes] ( https://github.com/potchangelo/react-just-react/tree/17-react-router-nested ) 
245918 .  [ React Router dynamic routes] ( https://github.com/potchangelo/react-just-react/tree/18-react-router-dynamic ) 
256019 .  [ React Testing Library] ( https://github.com/potchangelo/react-just-react/tree/19-react-testing-library ) 
61+ 
                         You can’t perform that action at this time. 
           
                  
0 commit comments