Latest solutions
IP Address Tracker with React typescript
#axios#react#typescript#zod#viteSubmitted 5 days ago- Managing empty states: so my issue is not knowing how the UI should look if a certain data is not available, and if so, how do I handle the UI, most especially the map rendering in that scenario
- Explicitly handling error status cases in my useFetch hook, meaning specific API errors like 404 or 500
Latest comments
- @Iliyev-afkSubmitted over 1 year ago@CrownedTechiePosted over 1 year ago
I love your work. The layout looks good too. It is necessary to add landmark elements in your document for accessibility, for example,
<main>
,<section>
,<footer>
For your button, I feel it'd make sense to add abutton:hover
rather thanbutton:active
, since the page you worked on is a static page where user interaction doesn't play a significant role, so the use of:active
might be less essential0