Blog Posts

Using URL params as the state

Exploring the URL params to store the application state

Read more
React recursive component

Build a recursive component to visualize nested data, using my experience page data as a practical example.

Read more
Generic React component!!

Create reusable component with TypeScript generic type

Read more
Why the "key" prop is important for rendering lists in React?

Learn about reconciliation in React with examples

Read more
Passing data between React client and server components

Learn different ways to fetch data in server then pass it to the client in React

Read more
Handle data fetching with Context API in React

Learn how to fetch data with Context API in React

Read more
Handle data fetching with Suspense in React

Learn how to fetch data using Suspense in React

Read more