Full-stack developer blog by Jan Grzegorowski
  • Home
  • Contact
  • Cookies
Title

React

Notes about ReactJS development.

  • React multiple event handlers performance

    react

    React multiple event handlers performance

    How 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…

    Jan Grzegorowski
    3 min read
  • React.PureComponent - different ways of writing event handlers

    react

    React.PureComponent - different ways of writing event handlers

    There are many ways to define event handlers in React. Are there any differences between them? TLDR; You should probably avoid the inline…

    Jan Grzegorowski
    4 min read
  • React.PureComponent - children vs custom properties

    react

    React.PureComponent - children vs custom properties

    Can I use the property with React.PureComponent, or do I have to use only custom properties? TLDR; You can use with React.PureComponent as…

    Jan Grzegorowski
    2 min read
Jan Grzegorowski © 2019