Whien
3b005a7e75
fiber example typo
2017-01-03 13:52:48 +08:00
Andrew Clark
d7f89b8681
Don't rely on commit phase effect to clear updates
...
Instead clear updates on the work-in-progress during the begin phase.
Aborted updates are recovered by cloning from the current fiber.
2016-12-15 09:12:12 -08:00
Andrew Clark
ead8ab7e2d
Add unstable_deferredUpdates
...
This is needed to get the triangle demo working.
2016-12-15 09:12:12 -08:00
Daniela Borges
5545d43bc4
remove output field from debugger ( #8440 )
2016-11-28 18:19:49 +00:00
Dan Abramov
225325eada
Add Fiber Debugger ( #8033 )
...
* Build react-noop as a package
This lets us consume it from the debugger.
* Add instrumentation to Fiber
* Check in Fiber Debugger
2016-10-25 08:36:37 +01:00
Sebastian Markbåge
f7e0db9a18
Build React DOM Fiber package ( #7173 )
...
This builds a `react-dom-fiber.js` bundle which exposes ReactDOMFiber.
This allows early experiments with the new Fiber reconciler.
I also expose it in the npm package through `react-dom/fiber`.
2016-08-10 18:45:14 -07:00
Sebastian Markbage
05c6925282
Rudimentary DOM Renderer with Example
2016-06-30 14:30:16 -07:00