Avoid partial application in React components
Roman Liutikov
373
With ES6 classes, you can also use property initializers. Also, ESLint with the react plugin has the jsx-no-bind rule that helps check for these in your codebase.
With ES6 classes, you can also use property initializers. Also, ESLint with the react plugin has the jsx-no-bind rule that helps check for these in your codebase.