React-Typescript complete course Bangla (Beginner to Advanced)

এই ভিডিও সিরিজে আশা করি React-Typescript বিষয়টাকে সহজে সহজে উপস্থাপন করতে পেরেছি। যদি আমার ভিডিওগুলো থেকে কোন কিছু শিখতে পারেন, তবে অবশ্যই আমার ভিডিওগুলো সবার সাথে শেয়ার করে আমাকে কৃতজ্ঞ করবেন । আমার এই কষ্টার্জিত কাজগুলো সবার কাছে পৌঁছে দেয়ার দায়িত্ব আপনার ।

team

Introduction | Environment setup

In this video, I will introduce react and typescript together. I will show how to set up the environment for react-typescript.

team

built in Props types

In this video, I will discuss built-in props types.

team

user defined Props types (part-1)

In this video, I will discuss user-defined props types.

team

user-defined Props types (part-2)

In this video, I will discuss user-defined props types - an array of objects.

team

user-defined Props types (part-3)

In this video, I will discuss user-defined props types - union.

team

typing children props

In this video, I will show how to type children props.

team

typing style props

In this video, I will show how to type style props.

team

typing useState Hook

In this video, I will show how to set useState hook types.

team

Typing events

In this video, I will show how to type events.

team

typing form event

In this video, I will show how to type onSubmit event.

team

typing useReducer hook

In this video, I will show how to type useReducer Hook.