react/packages/react-native-renderer
Andrew Clark aa8266c4f7
Prepare placeholders before timing out (#13092)
* Prepare placeholders before timing out

While a tree is suspended, prepare for the timeout by pre-rendering the
placeholder state.

This simplifies the implementation a bit because every render now
results in a completed tree.

* Suspend inside an already timed out Placeholder

A component should be able to suspend inside an already timed out
placeholder. The time at which the placeholder committed is used as 
the start time for a subsequent suspend.

So, if a placeholder times out after 3 seconds, and an inner
placeholder has a threshold of 2 seconds, the inner placeholder will
not time out until 5 seconds total have elapsed.
2018-07-03 19:22:41 -07:00
..
src Prepare placeholders before timing out (#13092) 2018-07-03 19:22:41 -07:00
fabric.js Add Experimental Fabric Renderer (#12069) 2018-01-22 09:58:35 -08:00
index.js react-native-renderer: convert vars to let/const (#11722) 2017-11-30 21:39:39 +00:00
package.json Remove transitive dependency on fbjs (#13075) 2018-06-19 17:52:37 +01:00