Recent Posts

React-ref

1 minute read

In the typical React dataflow, props are the only way that parent components interact with their children. To modify a child, you re-render it with new props.

React- avoid this bug

1 minute read

In case of Event listener, need to use onClickonSubmitonChange But when you call event listener with this, it means window not a class we want. So we ...