react/packages/react-noop-renderer
Sebastian Markbåge c80678c760
Add "hydrationOptions" behind the enableSuspenseCallback flag (#16434)
This gets invoked when a boundary is either hydrated or if it is deleted
because it updated or got deleted before it mounted.
2019-08-19 13:26:39 -07:00
..
npm [Fizz] New Server Rendering Infra (#14144) 2018-11-30 11:38:22 -08:00
src Add "hydrationOptions" behind the enableSuspenseCallback flag (#16434) 2019-08-19 13:26:39 -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 directory details to the package.json of all packages (#14628) 2019-01-18 20:21:12 +00:00
persistent.js Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
README.md Add Fiber Debugger (#8033) 2016-10-25 08:36:37 +01:00
server.js [Fizz] New Server Rendering Infra (#14144) 2018-11-30 11:38:22 -08:00

react-noop-renderer

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