You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
3
+
A modern React component library built with TypeScript and Vite.
4
4
5
-
Currently, two official plugins are available:
5
+
## Features
6
6
7
-
-[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
-
-[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
7
+
- Built with Mapbox, React 20+ and TypeScript
8
+
- Powered by Vite for lightning-fast development
9
+
- Hot Module Replacement (HMR) for seamless development experience
You can also install [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) and [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) for React-specific lint rules:
114
+
For React-specific lint rules, you can install and configure these plugins:
35
115
36
116
```js
37
117
// eslint.config.js
@@ -40,15 +120,25 @@ import reactDom from 'eslint-plugin-react-dom'
-[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
137
+
-[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
138
+
139
+
## License
140
+
Check LICENSE File(MIT License)
141
+
142
+
## Contributing
143
+
144
+
Contributions are welcome! Please feel free to submit a Pull Request.
0 commit comments