#optimization
Read more stories on Hashnode
Articles with this tag
When you develop a scalable react application the performance issues come into the picture. For some smaller, less complex applications, performance...
1) Avoid inline function definition in the JSX Inline functions are slow because they will create an instance of function on each render if it's used...