Mehul Shrivastava

Results 3 issues of Mehul Shrivastava

## Congratulations on making a pull request! ### Please make sure you check all the items. - [x] The numbering of the company that you added starts with ```1```. -...

The onClick event handler creates a new function on every render, which may negatively affect performance. To avoid this, you can use the useCallback hook. onClick can now use useCallback...