Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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



VIsta previa de la aplicación hecha en React con Vite

## 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.