Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 2.63 KB

README.md

File metadata and controls

29 lines (23 loc) · 2.63 KB

React-TypeScript Fundamentals

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

Stacks Used

html5 logo css3 logo Typescript React logo Babel logo Bootstrap logo Webpack logo

Links