react-lite
react-lite copied to clipboard
An implementation of React v15.x that optimizes for small script size
I am using svg through tag `use` and IE10 - IE11 have removed all of them([email protected]___). Got from server: ``. Got after `react-lite` applying: ``. In the same time [email protected]___...
Hello, I'm currently having an issue I can't resolve by myself. ``` javascript class MyComponent { ... handleRef(ref) { this.rootNode = ref; if (ref === null) { cancelAnimationFrame(this.animationFrameID); this.animationFrameID =...
Hi! version: `0.15.13` I'm having trouble using `react-lite` alongside animation libraries. when the component tries to transition, I get: `Uncaught Invariant Violation: findDOMNode was called on an unmounted component.` I've...