How To Create A Layout Component: React

When creating a react application/website, most of the pages would be sharing the same content all over. For example the navigation bar and page footer. Instead of importing each component in every pa...

May 29, 2022 · 2 min · Chris Achinga
How To Create A Layout Component: React

Working with React Components + Props

What are props? In simple terms, they are data passed into components. When to use props? When building a react application, the UI is divided into smaller parts called Components. Some of these compo...

March 24, 2021 · 4 min · Chris Achinga
Working with React Components + Props