Izzimach / react-pixi

Create/control a Pixi.js canvas using React
Other
742 stars 69 forks source link

Make the renderStage on update optional #111

Closed J00nz closed 6 years ago

J00nz commented 6 years ago

As a developer it would be nice if we had the ability to skip the re-rendering of the stage when the stages "componentDidUpdate" has run.

This would make it easier to avoid performance-spikes that can come as a result of rendering the stage too many times.

J00nz commented 6 years ago

https://github.com/Izzimach/react-pixi/pull/112