#hashnode
Read more stories on Hashnode
Articles with this tag
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...