Making sense of the React's props model with Typescript
The key to making your components reusable in react is the react props model. This post will teach you how to manage the many prop uses in your component and create scalable React apps.
Welcome to my digital garden where I write about many things, including, but not limited to React, Typescript, Javascript, Chakra UI, many more web dev related topics.
Learn more about my professional experience in my About section
The key to making your components reusable in react is the react props model. This post will teach you how to manage the many prop uses in your component and create scalable React apps.