#frontend
Read more stories on Hashnode
Articles with this tag
Lazy Loading is a hot topic for optimization of the web application. I was trying to optimize the React App and as we already have splitChunks in our...
Aliases are very handy; be it in CLI or in FrontEnd development. In previous post, we had seen the benefits of Aliases in Webpack But what about other...
Visual Feedback is very important in UI design. It keeps the user informed and engaged with their action. One of that visual feedback is showing...
React Hooks have changed the way we write components. Hooks have mentally pushed us to write more Functional than Classical Components. Though once...
With Node.js, building CLI utilities and development tools have gotten so much easier. Though, it also means that you need to install the CLI package...
Are you Developer doing FrontEnd? Are you using Webpack? If any answer is No, you can skip this post. But if Yes, are you using aliases in your...