#typescript
Read more stories on Hashnode
Articles with this tag
Typescript - get Type from object with as cons syntax and use it like an enum type You can read more about Objects vs Enums at TypeScript's document:...
β New tools - packages - libraries I know from 2023 modular forms - an input form library with performance, type safety and bundle size in...
Problem In the official document of Prisma - https://www.prisma.io/docs/reference/api-reference/error-reference#error-codes, all error codes had been...
π Problem I want to check if the zip file is encrypted or protected by a password. So, when I read that file, the error occurred. The error message...
π Problem When I try to upload a directory by using the input element with NextJS, ReactJS and TypeScript. A TypeScript error occurs: Type '{ type:...
π Create a project with CLI pnpm create next-app --use-pnpm --ts --eslint --src-dir # or npm create next-app --ts --eslint --src-dir Choose...