Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walterrdev/first-react-app-vite
My first Hello World app in React with Vite
https://github.com/walterrdev/first-react-app-vite
hello-world hello-world-github hello-world-react jest-snapshots jest-tests react react-dom react-test react-testing react-testing-library reactjs vite-react yarn
Last synced: about 1 month ago
JSON representation
My first Hello World app in React with Vite
- Host: GitHub
- URL: https://github.com/walterrdev/first-react-app-vite
- Owner: walterrdev
- Created: 2024-05-18T16:44:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T13:30:06.000Z (5 months ago)
- Last Synced: 2024-09-30T16:31:36.808Z (about 2 months ago)
- Topics: hello-world, hello-world-github, hello-world-react, jest-snapshots, jest-tests, react, react-dom, react-test, react-testing, react-testing-library, reactjs, vite-react, yarn
- Language: JavaScript
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.es.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Mi primera aplicación en React con Vite
[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/walterrdev/first-react-app-vite/blob/main/README.md)
[![es](https://img.shields.io/badge/lang-es-yellow.svg)](https://github.com/walterrdev/first-react-app-vite/blob/main/README.es.md)## Stack de tecnologias
* React: 18.2
* React DOM: 18.2
* Node: 18.18
* Vite: 5.2
* Jest: 29.7
* Babel: 7.24
* React Testing Library: 15.0
* Gestor de paquetes: Yarn## Descripción
Aplicación sencilla hecha en ReactJS usando Vite la cual muestra en la vista HTML un título, subtitulo y párrafo enviados desde el componente.## Vista previa
## Complementos React + Vite
Actualmente, hay dos complementos oficiales disponibles:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) use [Babel](https://babeljs.io/) para actualizaciones rápidaz.
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) use [SWC](https://swc.rs/) para actualizaciones rápidaz.