Blog Posts

React recursive component
Build a recursive component to visualize nested data, using my experience page data as a practical example.
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