Design comparison
Solution retrospective
Feel free to comment and open for suggestions :)
Community feedback
- @fahadkhanpakistanPosted over 3 years ago
I'm facing one problem, dark-mode of my app is not working in all components. Can you please tell me how to implement this?
0@edamuraoPosted over 3 years ago@fahadkhanpakistan by dynamically changing the theme used, I achieved changing between light and dark mode
1 - @fahadkhanpakistanPosted over 3 years ago
I am really inspired by your solution, good work! I am also working on this solution by React but, the way you code that when we scroll down it shows some countries in spite of rendering all countries. Can you please tell me how you have done this approach?
0@edamuraoPosted over 3 years ago@fahadkhanpakistan thanks! after getting all countries from API, I just get the first 8 countries using array.slice the by clicking on load button will take another 8 countries
1@fahadkhanpakistanPosted over 3 years ago@edamurao I got this, thanks for sharing this.
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