Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
```