Skip to content

Instantly share code, notes, and snippets.

View DavidPerezHz's full-sized avatar

David Pérez Hdez DavidPerezHz

View GitHub Profile
@Klerith
Klerith / vite-testing-config.md
Last active May 11, 2024 17:14
Vite + Jest + React Testing Library - Configuraciones a seguir

Instalación y configuracion de Jest + React Testing Library

En proyectos de React + Vite

  1. Instalaciones:
yarn add --dev jest babel-jest @babel/preset-env @babel/preset-react 
yarn add --dev @testing-library/react @types/jest jest-environment-jsdom
  1. Opcional: Si usamos Fetch API en el proyecto:
@Klerith
Klerith / ReactNative-instalaciones.md
Last active May 6, 2024 21:59
Instalaciones recomendadas para el curso de React Native

React Logo

Instalaciones - Curso de React Native

Esta es la lista de instalaciones recomendadas para el curso de React Native, si encuentran enlaces adicionales o cambios en esta hoja, pueden hacerlos.