react/packages/react-noop-renderer
Dan Abramov 0470854f55
Split ReactNoop into normal and persistent exports (#12793)
* Copy-paste ReactNoop into ReactNoopPersistent

* Split ReactNoop into normal and persistent exports

* ReactNoopShared -> createReactNoop
2018-05-14 13:57:33 +01:00
..
npm Split ReactNoop into normal and persistent exports (#12793) 2018-05-14 13:57:33 +01:00
src Split ReactNoop into normal and persistent exports (#12793) 2018-05-14 13:57:33 +01:00
README.md Add Fiber Debugger (#8033) 2016-10-25 08:36:37 +01:00
index.js Remove vars (#11766) 2017-12-05 13:47:57 +00:00
package.json Split ReactNoop into normal and persistent exports (#12793) 2018-05-14 13:57:33 +01:00
persistent.js Split ReactNoop into normal and persistent exports (#12793) 2018-05-14 13:57:33 +01:00

README.md

react-noop-renderer

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