React TDD part 1 - Tool Setup

Опубликовано: 24 Июль 2026
на канале: CodingItWrong
14,490
321

For more React TDD, check out my free online guide to Outside-In TDD. No strings attached. https://outsidein.dev/

Download the project and code along: https://github.com/CodingItWrong/reac...

In this first episode set up our new React project for development and testing. Here are the tools we'll be using:

Yarn - https://yarnpkg.com
Parcel - https://parceljs.org
Cypress - https://www.cypress.io
Jest - https://jestjs.io
Enzyme - https://airbnb.io/enzyme
ESLint - https://eslint.org

The repo for the project can be found here:

react-tdd-livestream - https://github.com/codingitwrong/reac...