react/packages/react-noop-renderer
Andrew Clark f765f02253 When a root expires, flush all expired work in a single batch (#13503)
Instead of flushing each level one at a time.
2018-09-06 15:07:02 +01:00
..
npm Split ReactNoop into normal and persistent exports (#12793) 2018-05-14 13:57:33 +01:00
src When a root expires, flush all expired work in a single batch (#13503) 2018-09-06 15:07:02 +01:00
README.md Add Fiber Debugger (#8033) 2016-10-25 08:36:37 +01:00
index.js Short circuit the logic for exporting a module (#13392) 2018-08-20 12:29:40 +01:00
package.json Remove transitive dependency on fbjs (#13075) 2018-06-19 17:52:37 +01:00
persistent.js Short circuit the logic for exporting a module (#13392) 2018-08-20 12:29:40 +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.