react/fixtures/dom
Jeffrey Zhang ae4f3f07e5 Remove extraneous CSS selector (#13996) 2018-10-27 10:01:25 -07:00
..
public Hydration DOM Fixture (#13521) 2018-09-10 14:04:14 -07:00
src Remove extraneous CSS selector (#13996) 2018-10-27 10:01:25 -07:00
.gitignore Hydration DOM Fixture (#13521) 2018-09-10 14:04:14 -07:00
README.md reference yarn instead of npm in dom fixtures README (#11374) 2017-10-26 17:51:58 +01:00
package.json Hydration DOM Fixture (#13521) 2018-09-10 14:04:14 -07:00
yarn.lock Hydration DOM Fixture (#13521) 2018-09-10 14:04:14 -07:00

README.md

DOM Fixtures

A set of DOM test cases for quickly identifying browser issues.

Setup

To reference a local build of React, first run yarn build at the root of the React project. Then:

cd fixtures/dom
yarn
yarn start

The start command runs a script that copies over the local build of react into the public directory.