You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
imranasumbul
changed the title
I would like to add the feature of lazy loading in App.jsx. It can improve loading time by not loading the different pages only when user asks for it.
add the feature of lazy loading in App.jsx to improve loading time
Jun 15, 2024
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.
The text was updated successfully, but these errors were encountered: