tfmukles / react-lazy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube Facebook


Logo

tableOfContent Table of Contents

CODE BASE CODE RUN CONTACT
Get Project How to run Contact us

htmlIcon Get Project

In this tutorial, discover how to enhance the performance of your React applications with lazy loading. Learn how to load components and resources only when necessary, minimizing initial load times and improving user experience. Follow the step-by-step instructions to implement React.slow() and Suspense for lazy loading of components, pictures, and other resources. Explore practical examples and recommended practices for improving the performance of your React applications. To gain hands-on experience with lazy loading in React, download the attached codebase and examine the extra material in the reference section.

rocketIcon How to run

Please follow the below instructions to run this branch in your machine:

  1. Login to the GitHub account on which you have been granted access to this repository. If you have purchased the course but didn't get the access to this repository, please contact our support team. You will find contact details below.

  2. Clone this repository -

    git clone https://github.com/Learn-with-Sumit/rnext.git
  3. Go to the cloned project directory

    cd rnext
  4. Checkout/switch to branch 5.6

    git checkout 5.6
  5. Just run this command to install node dependencies

    npm i
  6. Just run this command

    npm run dev


contactIcon Contact us

Facebook LinkedIn Instagram mail

About


Languages

Language:JavaScript 90.0%Language:HTML 7.4%Language:CSS 2.7%