Design comparison
SolutionDesign
Community feedback
- @Kamlesh0007Posted over 1 year ago
Hey there! I noticed that your React app can take some time to load, and it might be a good idea to add a loader to improve the user experience.
To add a loader in React, you can create a new component called Loader and use it to display a loading message or animation until your content has loaded. You can then conditionally render your Loader component based on the state of your app.
Marked as helpful0@MakoDoliPosted over 1 year ago@Kamlesh0007 thank you for your feedback. I didn't notice delayed loading on my devices, but I will check about loader component for sure. Thanks for tip
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord