Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duynghiadev/learn-typescript-vitejs
Khoá học React 2020 Udemy Hậu Nguyễn
https://github.com/duynghiadev/learn-typescript-vitejs
reactjs typescript vitejs
Last synced: about 18 hours ago
JSON representation
Khoá học React 2020 Udemy Hậu Nguyễn
- Host: GitHub
- URL: https://github.com/duynghiadev/learn-typescript-vitejs
- Owner: duynghiadev
- Created: 2023-03-16T20:50:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T13:43:33.000Z (2 months ago)
- Last Synced: 2024-11-08T14:35:36.217Z (2 months ago)
- Topics: reactjs, typescript, vitejs
- Language: TypeScript
- Homepage: https://learn-typescript-vitejs-duynghiadev.vercel.app/
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Easy React 🎉
File Name Convention
- `kebab-case` instead of `camelCase`
- `product-list.tsx` instead of `productList.tsx`
- `student-api.ts` instead of `studentApi.ts`---
[Link course](https://www.udemy.com/course/draft/3257380/learn/lecture/21805170#overview)
- Khoá học này anh Hậu không còn private trên udemy nữa. Anh Hậu đã public khoá học này trên youtube. Các bạn có thể tìm kiếm khoá học này của trên kênh youtube anh Hậu
- [channel Youtube](https://youtube.com/@EasyFrontend/playlists)---
config git local
```bash
git config --local user.email "[email protected]"
git config --local user.name "duynghiadev"
```