- React Scripts (¡Con TypeScript!)
- Setup básico del repositorio: herramientas (yarn, husky, lint-staged)
- Creación y composición de componentes funcionales
- Modelos: cómo y por qué.
- Testing con React Testing Library.
- Crear un server de mock para trabajar localmente.
- Patrones útiles para Apps en React: servicios, helpers.
- Testing asyncrono.
- Formularios con React.
- Build y a producción.
- React Scripts.
- TypeScript.
- Prettier a través de un pre-commit hook.
- React Testing Library.
- JSON Server.
- React Bootstrap.
- Axios y Axios Mock Adapter.
- React Router Dom.
- Start:
yarn start
onpm run start
. - Test:
yarn test
onpm run test
. - Build:
yarn build
onpm run build
.