- Instalaciones:
npm install -D jest babel-jest @babel/preset-env @babel/preset-react
npm install -D @testing-library/react @types/jest jest-environment-jsdom
- if Fetch API:
# Application Modernization: Legacy React to Next.js Migration | |
## Overview | |
This epic encompasses the comprehensive modernization of our current React application by migrating to Next.js, upgrading our UI component library from Bootstrap to shadcn, and implementing end-to-end testing with Playwright. This initiative represents a significant technical upgrade that will improve our application's performance, maintainability, and testing capabilities. Both the legacy and modern applications will be maintained simultaneously, allowing users to switch between interfaces based on their preference. | |
## The Problem | |
Our current application faces several challenges: | |
1. **Technical Debt** | |
- Legacy React codebase with outdated patterns and practices |