Diabetes-Prediction
Diabetes-Prediction copied to clipboard
add the feature of lazy loading in App.jsx to improve loading time
According to the code in App.jsx , all the pages load at once even when the user doesn't click on anything. As the app scales, this can increase the loading time. My idea is to add the lazy loading feature to enhance the loading time. Kindly assign it to me.