K|Knight | Obey Joshua (O'jay) Matusoinobeymatuso.hashnode.dev·Feb 16, 2024 · 3 min readReact Hooks: useReducerThe Blog Post, React Hooks: useState is a prerquisite for this blog lesson What is a React Hook? A React hook is a function that allows us to use React features in our functional components. They are especially useful because they enable functional c...00
K|Knight | Obey Joshua (O'jay) Matusoinobeymatuso.hashnode.dev·Feb 8, 2024 · 3 min readReact Hooks: UseStateWhat is a React Hook? A React hook is a function that allows us to use React features in our functional components. They are especially useful because they enable functional components to have stateful logic, side effects and access to react features...00
K|Knight | Obey Joshua (O'jay) Matusoinobeymatuso.hashnode.dev·Jan 31, 2024 · 8 min readAn introduction to APIsWhat is an API? Imagine you are in a restaurant and a waiter approaches you to take your food order. You give the waiter your order and they go back to the kitchen and communicate your request to the chef. The waiter acts as a mediator between custom...00