https://github.com/asbhogal/react-typescript-project
A simple project which renders a list of item using React with Typescript, built using Vite.
https://github.com/asbhogal/react-typescript-project
list react reactjs typescript typescript-project typescript-react
Last synced: about 2 months ago
JSON representation
A simple project which renders a list of item using React with Typescript, built using Vite.
- Host: GitHub
- URL: https://github.com/asbhogal/react-typescript-project
- Owner: asbhogal
- Created: 2023-05-01T13:20:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T11:15:53.000Z (over 1 year ago)
- Last Synced: 2025-07-08T13:06:17.688Z (5 months ago)
- Topics: list, react, reactjs, typescript, typescript-project, typescript-react
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Typescript Mini-Project
A simple project showcasing Function Components, Component Return Types, advised code types and practices, passing down useState functions and children as props, as well as TypeScript Generics in the form of a simple list rendered via the .map() function.
This has been compiled and built using Vite.