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

https://github.com/beefchimi/template-vite-react

My starter template for a Vite/React/TypeScript project
https://github.com/beefchimi/template-vite-react

Last synced: 5 months ago
JSON representation

My starter template for a Vite/React/TypeScript project

Awesome Lists containing this project

README

          

# Vite/React Boilerplate

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

## Tasks

- Figure out how to import `@custom-media` globally, so that we do not need to `@import` it in every file.
- See if I can replace all `mixin` instances with `CSS Modules > composes`.
-
- Update `Button` styles.
- Revisit Accordion to make it a `primitive`.
- Update all `/docs` files.

## Considerations

- Figure out SVG sprites.
-
-
-
-
- Figure out design/style tokens.
- Consider replacing `react-transition-state` with `motion`.