Design comparison
Solution retrospective
One of my first Vue projects, so any constructive criticism is welcome. I was wondering a couple of things though:
-
It does seem a little slow between typing in the input box and updating the countries. I'm wondering if that's just because all of the API data is in javascript, or if it's something else.
-
When it switches from the main page to the country details view, I would like it to go to the top. There's probably an easy way to do it, but I couldn't find it.
Community feedback
- @mattstuddertPosted almost 5 years ago
Hey Matthew, awesome work on this project! I can't actually replicate either of the issues you've mentioned. The search seems fine for me. How do you like working with Vue? I used it years ago, but have mostly used React since. I really liked Vue when I did use it though.
0@MasterBirdyPosted almost 5 years ago@mattstuddert Hi Matt, Vue has been pretty great to work with. I've only worked with Vue so far, so I can't give the best comparison to React. However, using templates and scoped CSS in Vue feels like a very natural way to make my app components. Also, state management is pretty simple with Vue.
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