An open API service indexing awesome lists of open source software.

https://github.com/patelvivekdev/react-vitest-typescript


https://github.com/patelvivekdev/react-vitest-typescript

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# React + Vitest + Typescript

This is a simple project to show how to test a React application using Vitest.

This project also uses following libraries:

- [React](https://reactjs.org)
- [Typescript](https://www.typescriptlang.org)
- [React Router](https://reactrouter.com)
- [React Query](https://react-query.tanstack.com)
- [Vitest](https://vitest.dev)
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)
- [Playwright](https://playwright.dev)
- [MSW](https://mswjs.io)

- [Vite](https://vitejs.dev)
- [ESLint](https://eslint.org)
- [Prettier](https://prettier.io)
- [Husky](https://typicode.github.io/husky)
- [Lint Staged](https://github.com/lint-staged/lint-staged)