mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
* import * as React from "react"; This is the correct way to import React from an ES module since the ES module will not have a default export. Only named exports. * import * as ReactDOM from "react-dom" |
||
|---|---|---|
| .. | ||
| npm | ||
| src | ||
| Circle.js | ||
| index.js | ||
| package.json | ||
| README.md | ||
| Rectangle.js | ||
| Wedge.js | ||
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).