babel-plugin-stateful-functional-react-components icon indicating copy to clipboard operation
babel-plugin-stateful-functional-react-components copied to clipboard

Stateful functional React components without runtime overhead

Results 1 babel-plugin-stateful-functional-react-components issues
Sort by recently updated
recently updated
newest added

## Issue In the following example both `onClick` handlers are created as different functions on every update, which causes `shouldComponentUpdate` optimization to fail on child components: __Input__ ```js const Counter...

enhancement