Thẻ: Nextjs
-
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
-
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 } }