Custom Rendering Logic

We provide some basic shape components (Rectangle, Circle, Ellipse, Line, Path) and transforms (Rotate, Translate, Scale) out of the box, but for anything else you want to do we provide a set of utils to handle your own rendering logic.

The key things here are useRenderBeforeChildren and useRenderAfterChildren which provide you direct access to the canvas context and will be executed before and or after your component's children have rendered.