Tag: TypeScript
All the articles with the tag "TypeScript".
-
next lint vs next build
Difference in behavior between next lint and next build when using TypeScript.
-
Opaque String Type in TypeScript
An opaque string type in TypeScript is a way to create nominally typed strings...
-
Printing Page on Chrome Desktop and Android
Use window.print API to print a document on Chrome Desktop and Android, and the differences in the sequence of printing events.
-
Custom hook for data fetching
Using custom hook for data fetching