How to Add OnClick Function to Material-UI Button in React

As you know, material-ui is one of the most popular react component library which implements Google’s material design. When you are looking the props for Button in material-ui you may notice that onClick is missing. Yes, you are right, material-ui has not documented common react events. You can add onClick function to material-ui Button as…

‘react-scripts’ is not recognized as an internal or external command ReactJS Error Fix

While developing react apps it’s common to face ‘react-scripts’ is not recognized as an internal or external command react error. The full error is as given below: ‘react-scripts’ is not recognized as an internal or external command, operable program or batch file. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! login-app@0.1.0 start: react-scripts…