AMAmit Mondalinamitmondal.hashnode.dev·Sep 16, 2022 · 3 min readReact router Lazy load route componentsPerformance optimization is the key to having an efficiently functional application and is done by monitoring and analyzing various metrics of an application and identifying ways to improve it. One of the most fundamental and important ways is to laz...00
AMAmit Mondalinamitmondal.hashnode.dev·Sep 6, 2022 · 3 min readDynamic SVG component in Vite + React + TSAfter hearing many amazing things about vite I decided to try it and create something and I am not at all disappointed with the DX. So when I was developing this fun project of mine (which is currently WIP) I thought of creating a dynamic SVG compone...01S
AMAmit Mondalinamitmondal.hashnode.dev·Apr 16, 2021 · 4 min readState of Vue.js in 2021Vue is an open-source progressive framework that is designed to be incrementally adoptable, as the core library is focused around the view layer only. That being said it's more than capable of powering sophisticated Single Page Applications, Mobile A...00
AMAmit Mondalinamitmondal.hashnode.dev·Apr 4, 2021 · 3 min readReact Stack 2021Over the last few years, there have been some big changes in React itself, and the ecosystem has evolved quite a bit too. Here’s where things stand in 2021. React: Well isn't that obvious, since we are talking about the React Stack after all. We all...00
AMAmit Mondalinamitmondal.hashnode.dev·Aug 29, 2020 · 2 min readJavaScript InternationalizationIntl is a powerful object that exposes the JavaScript Internationalization API. The Intl object is the namespace for the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting, and date and time fo...00