A series of simple mini projects exploring the fundamentals of React through showing a list of items and displaying/hiding an alert when a button is clicked. This has been written using TypeScript, styled using Bootstrap and compiled using Vite.
Features
- Parent/child components
- State management (via useState hook)
- Passes data, children and functions via props
- Conditional rendering
Links