Lazy loading.
Implement Lazy loading
lazy()
< Suspense >
Step 1:We don't use the traditional import approach when we import those two components(about contact). Rather, we'll do something like this:
//app.js
import React, { lazy} from "react";
❌import About f...
mdshahamanpatwary.hashnode.dev1 min read