Closed djunior closed 5 years ago
For the initial release, gonna focus on custom components using classes with render and reset methods which can be called by React Ape. It's gonna improve over time (adding more lifecycles and making it more similar to a React Component class)
https://raphamorim.io/react-ape/docs/customcomponents-registercomponent
Please add support for life-cycle events to basic Renderer elements such as:
I currently work with a fps-based rendering engine operating on canvas, and I wanted to try implementing those elements based on the existing Components on this engine.