GitHub user search app using React

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?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @sergioreynoso
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 helpful
Join 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