react/packages/react-art
Andrew Clark b0726e9947
Support sharing context objects between concurrent renderers (#12779)
* Support concurrent primary and secondary renderers.

As a workaround to support multiple concurrent renderers, we categorize
some renderers as primary and others as secondary. We only expect
there to be two concurrent renderers at most: React Native (primary) and
Fabric (secondary); React DOM (primary) and React ART (secondary).
Secondary renderers store their context values on separate fields.

* Add back concurrent renderer warning

Only warn for two concurrent primary or two concurrent secondary renderers.

* Change "_secondary" suffix to "2"

#EveryBitCounts
2018-05-10 18:34:01 -07:00
..
npm use different eslint config for es6 and es5 (#11794) 2017-12-11 15:52:46 +00:00
src Support sharing context objects between concurrent renderers (#12779) 2018-05-10 18:34:01 -07:00
Circle.js Rudimentary tests for not covered entry points (#11835) 2017-12-13 12:45:30 +00:00
index.js react-art: convert var to let/const (#11720) 2017-11-30 15:23:24 +00:00
package.json Updating package versions for release 16.3.2 2018-04-16 16:14:28 +01:00
README.md Update README URLS to HTTPS (#11635) 2017-11-27 18:13:41 -08:00
Rectangle.js Rudimentary tests for not covered entry points (#11835) 2017-12-13 12:45:30 +00:00
Wedge.js Rudimentary tests for not covered entry points (#11835) 2017-12-13 12:45:30 +00:00

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).