BamaCharanChhandogi / Diabetes-Prediction

This website provides a platform for users to predict their likelihood of developing diabetes based on various factors.
https://diabetes-prediction-gamma.vercel.app/
MIT License
15 stars 39 forks source link

add the feature of lazy loading in App.jsx to improve loading time #101

Open imranasumbul opened 2 weeks ago

imranasumbul commented 2 weeks ago

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.

BamaCharanChhandogi commented 2 weeks ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.