react/packages/react-noop-renderer
Sunil Pai 3e9251d605
make testing builds for React/ReactDOM (#17915)
This PR introduces adds `react/testing` and `react-dom/testing`.
- changes infra to generate these builds
- exports act on ReactDOM in these testing builds
- uses the new test builds in fixtures/dom

In the next PR -

- I'll use the new builds for all our own tests
- I'll replace usages of TestUtils.act with ReactDOM.act.
2020-02-03 23:31:31 +00:00
..
npm Add Experimental Flight Infrastructure (#16398) 2019-10-29 14:45:47 -07:00
src make testing builds for React/ReactDOM (#17915) 2020-02-03 23:31:31 +00:00
README.md Add Fiber Debugger (#8033) 2016-10-25 08:36:37 +01:00
flight-client.js Add Experimental Flight Infrastructure (#16398) 2019-10-29 14:45:47 -07:00
flight-server.js Add Experimental Flight Infrastructure (#16398) 2019-10-29 14:45:47 -07:00
index.js Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
package.json Add Experimental Flight Infrastructure (#16398) 2019-10-29 14:45:47 -07:00
persistent.js Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
server.js [Fizz] New Server Rendering Infra (#14144) 2018-11-30 11:38:22 -08:00

README.md

react-noop-renderer

This package is the renderer we use for debugging Fiber. It is not intended to be used directly.