DEV Community

Usman Butt
Usman Butt

Posted on

Day 4 of My React Front-End Journey: Tailwind Setup + Deep Dive into Props

What I Did Day before Yesterday
1.Installed and configured Tailwind CSS with React using Vite

2.Learned how props work in React
Passed different types of data (strings, objects, arrays) as props

3.Accessed those props in child components

4.Built reusable components using props

Top comments (0)