Blog Posts

Recent posts

TypeScript - RequireOnly

less than 1 minute read

Very useful utility type definition when we need to define a type having partial mandatory properties in a type.

React with Typescript

less than 1 minute read

The following Github project will show TypeScript types for React project. Such as children, hooks, HTML event handlers and Context etc.

VS code - prettier

less than 1 minute read

After enabling the format on save, please do not forget to set config for Prettier: Require Config so that VS code will format code for each project based on...