reactReact multiple event handlers performanceHow to bind handlers in React to multiple similar elements e.g. buttons on list? Is it any better to use one handler and identify clicked…3 min read
reactReact.PureComponent - different ways of writing event handlersThere are many ways to define event handlers in React. Are there any differences between them? TLDR; You should probably avoid the inline…4 min read
reactReact.PureComponent - children vs custom propertiesCan I use the property with React.PureComponent, or do I have to use only custom properties? TLDR; You can use with React.PureComponent as…2 min read