Tips for optimizing the performance of your React application
Everyone tells you that React is fast, virtual DOM is great, but it is just a haft of the truth. If you don’t follow the best practices for your React app, chance that you are slowing it down. React will be fast when you look deep inside and understand the rendering process. This article will […]
Continue reading →