#optimization
Read more stories on Hashnode
Articles with this tag
Web fonts are an essential aspect of modern web design. They allow for beautiful typography on the web, unique to your product ✨ 1. What is FOUT and...
Do you or your users get a ChunkLoadError after your deploy updates? If you use code splitting and dynamic imports, old code can cause this issue. 1....
1. Improving the Building Speed thread-loader Multithreading can improve the efficiency of a program, we can also use it in Webpack. And thread-loader...
Keep track of the bundle size To monitor your app size, use webpack-dashboard during development and bundlesize on...
1. What is batching? Batching is when React groups multiple state updates into a single re-render for better performance. For example, if you have...
Many developers have implemented a similar functional component and have seen this behavior. Some have even opened a bug report in the official React...