Shashank Rustagishashankrustagi.hashnode.dev·Mar 1, 2024Creative Examples of Imports and Exports in ReactJSIntroduction When working with ReactJS, understanding how to import and export components, types, and interfaces is crucial. These concepts allow you to create modular, reusable code and enhance your development workflow. In this blog post, we’ll exp...Discusscreative imports
Rachel Tomiracheltomi.hashnode.dev·Jul 26, 2023Boost Your App Performance with React Lazy and SuspenseReact, as a component-based library, has many advantages, like reusability and maintainability, but also has potential disadvantages, such as unnecessary loading of unused components and large bundle size. When building React applications, especially...Discuss·131 readsReactReact.lazy
Preeti samuelkamilapreetisamuel.hashnode.dev·Jun 10, 2023Boost your React app's performance with code-splitting!Code-splitting is a technique that allows you to divide your JavaScript code into smaller chunks that can be loaded and executed on demand. When done properly, this technique can significantly improve your React app's performance by reducing the init...Discusscode splitting