SMSusmit Mukherjeeinsusmit.hashnode.dev·Aug 11, 2023 · 4 min readWhy Code-Splitting is a lifesaverBehind the Scenes When we create a React app a modular structure is followed, where different parts of the application are divided into separate files or modules. The app may also depend on various third-party libraries or packages. But when this app...00
SMSusmit Mukherjeeinsusmit.hashnode.dev·Aug 10, 2023 · 3 min readHow Routing Works in React🤔🤔What is Routing!!! Routing refers to the mechanism that enables navigation between different pages or views while maintaining a user-friendly and organized browsing experience. Traditional Routing vs Routing in React If you are coming from a vanilla ...00