react/packages/react-art
Ricky 933880b454
Make time-slicing opt-in (#21072)
* Add enableSyncDefaultUpdates feature flag

* Add enableSyncDefaultUpdates implementation

* Fix tests

* Switch feature flag to true by default

* Finish concurrent render whenever for non-sync lanes

* Also return DefaultLane with eventLane

* Gate interruption test

* Add continuout native event test

* Fix tests from rebasing main

* Hardcode lanes, remove added export

* Sync forks
2021-04-09 19:50:09 -04:00
..
npm Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
src Make time-slicing opt-in (#21072) 2021-04-09 19:50:09 -04:00
Circle.js Move remaining things to named exports (#18165) 2020-02-27 17:18:55 -08:00
README.md Update README URLS to HTTPS (#11635) 2017-11-27 18:13:41 -08:00
Rectangle.js Move remaining things to named exports (#18165) 2020-02-27 17:18:55 -08:00
Wedge.js Move remaining things to named exports (#18165) 2020-02-27 17:18:55 -08:00
index.js Move remaining things to named exports (#18165) 2020-02-27 17:18:55 -08:00
package.json Remove Scheduler indirection (#21107) 2021-03-28 14:13:38 -07:00

README.md

React ART

React ART is a JavaScript library for drawing vector graphics using React.

It provides declarative and reactive bindings to the ART library.

Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).