Optimization Techniques and Best Practices for React Application
Scaling a React application is a task in itself. We developers need to look into multiple corners of the application for optimizations to improve performance and provide a great user experience. This article helps you with major optimization techniqu...
vinayds.hashnode.dev8 min read
Daniyaal Beg
Born at a very young age.
Love the article!
One small nitpick, in the second code example your onChangeHandler is executing the function on render: onChange={handleUserInput()}