Using Props in React
While going through Scrimba’s Learning React course, I built a small travel journal app as a hands-on way to learn React.
I started by getting comfortable with components and JSX, which changed how I think about building UIs—I began breaking everything into small, reusable pieces instead of one big page.
As I built the app, I used props to pass in travel data like images, places, and descriptions, which made it feel more dynamic and organized.
By the end, I had a simple working app and a much better understanding of how React handles component structure and data flow.