Design comparison
Solution retrospective
I know I didn't need to use React, but I wanted some practice. Can anyone out there tell me if my implementation and usage of React is bad?
Community feedback
- @sergioreynosoPosted over 2 years ago
Great work, I love the smooth transition to dark-mode.
I would recommend testing it out with a slow connection. You will notice the app needs a pre-loader to improve on the user experience. Specially while you wait axios to fetch user data.
Btw, I also debated on React and decided going with vanilla js; I wanted to practice js modules. In the end, I might just use this as a practice in taking a vanilla js project and converting it to React lol.
Cheers!
Marked as helpful0@ivanolmoPosted over 2 years ago@sergioreynoso thanks Sergio, I didn't think about that slow loading aspect since the app is so small. I'll look into pre-loading/lazy loading though, especially since I got asked about that on an interview recently :D thanks!
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