We currently pass the props object to the components for handling DOM events. But it's not required, since we can use React.js's built-in inline event handler props instead.
Problem or idea
We should replace the custom event handler props with React.js's built-in event handler props.
Solution or next step
(*due to frequent PR merges, the most recent PR's feature branch will be used as the base branch to reduce merge conflicts)
Clean up the custom event handler props from the components and utilze React.js built-in props
Priority: low
Context
We currently pass the
props
object to the components for handling DOM events. But it's not required, since we can use React.js's built-in inline event handler props instead.Problem or idea
We should replace the custom event handler props with React.js's built-in event handler props.
Solution or next step
(*due to frequent PR merges, the most recent PR's feature branch will be used as the base branch to reduce merge conflicts)