Danh mục: Frontend
-
Validate phone number
Phone number regex javascript: /^((\+\d{1,3}(-| )?\(?\d\)?(-| )?\d{1,3})|(\(?\d{2,3}\)?))(-| )?(\d{3,4})(-| )?(\d{4})(( x| ext)\d{1,5}){0,1}$/
-
Nextjs Init
getStaticProps Dùng tạo nội dung tĩnh tại thời điểm build getServerSideProps Truyền Prop từ server
-
Những thứ nên dùng cho một dự án Reactjs, nextjs, vuejs, typescript
Git: use husky and lint-staged (Chỉ dùng cho mac hoặc linux) -> Win éo hỗ trợ khi commit code bằng app như git desktop hoặc source tree Dùng estlint check lỗi và prettier cho format code
-
d.ts trong typescript
Định nghĩa thêm augmentation các interface,type… trong typescript import ‘react’ declare module ‘react’ { interface Test{ name?: boolean } }