Derek Oware

@bunny

105 Points 0 Followers

4 Posts

0 Answers

Self-taught full-stack web developer (mostly front-end). I love to experiment with web technologies and demystify concepts

Derek Oware · 2 years ago

Debouncing React controlled components

Motivation In my most recent application, I came across the need to debounce some form fields. Every time I had to debounce, it's usually an uncontrolled component. This time, I had to debou...
5

Derek Oware · 2 years ago

Error handling in Fetch VS Axios

There's so much difference between Fetch and Axios but my focus is on error handling because it caught my attention in my previous project. Error handling is an essential part of every appli...
2

Derek Oware · 3 years ago

Designing forms for mobile

Designing forms for mobile can be a hiccup especially when it has many fields. I don’t know how many people know this; the on-screen keypad can cover your form or the submit button making it...

Derek Oware · 3 years ago

Device Detection with the User-Agent

Have you ever wanted to implement a feature for a specific platform or device? Like show a screen or some content to mobile users only or execute a different an action based on the user's de...

Loading More Content