#web-development
Read more stories on Hashnode
Articles with this tag
I was working on a task where I was uploading images to the server only to find that they stubbornly refuse to appear on my web application whenever I...
Introduction. Imagine you're at a pizza restaurant and you're famished. You order your favorite pizza, and the waiter tells you that it'll be ready in...
PART 1: Using the useReducer hook ยท The useState hook is an in-built react hook that is used to manage state in functional components. It allows you to...
The Golden Rule of Programming. Your job as a programmer is to "create bugs and find solutions to the self-induced bugs." This is exactly what I heard...
Losing Focus on Keypress An issue that can arise when using a dynamic component in React is that the input can lose focus when a key is...
Problem I was working on firebase authentication that creates a new user with email and password and came across this error message - Solution It...