Menu Close

react-typescript-examples

React Typescript Examples

React
TypeScript
Vite

A collection of Typescript React.js implementations, Patterns, Algorithms and Data Structures.

Features

  • ⚛️ React 18
  • TypeScript
  • 📏 ESLint — To find and fix problems in your code
  • 💖 Prettier — Code Formatter for consistent style
  • 🐶 Husky — For running scripts before committing
  • 🚓 Commitlint — To make sure your commit messages follow the convention
  • 🚫 lint-staged — Run ESLint and Prettier against staged Git files
  • 🌬️ Windi CSS — Next generation utility-first CSS framework. 20~100x times faster than Tailwind

Install the project

This project runs on Vitejs

# pnpm
pnpm i

Running

To start the project locally, run:

pnpm dev

Open http://localhost:5173 with your browser to see the result.

License

This project is licensed under the MIT License – see the LICENSE.md file for more information.

Useful links

https://www.freecodecamp.org/news/the-react-cheatsheet/
https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/hooks#useref

View Source Code
Posted in Development