Recognize this ??? Yes !!! the CORS error. It rears its angry head from time to time. What is it? The first thing to understand is that this is not an error in the traditional sense but is instead...
Stack selection, explanation, and steps to follow Building an application API that can manage user registration and authentication inspires consideration. In this deep dive, we will step through these considerations looking at expected behaviors, technology decisions, support packages, and security...
An opinion on the advantages of Hooks React Hooks were introduced in React 16.8 which was released to the public on February 16, 2019. If we were to look at the Reactjs.org documents for a one-line explanation of what React Hooks are, we...
Advantages, challenges, and best practices Why Test? Testing improves the quality of your product and makes it easier to successfully scale your application by allowing for more developers to reliably make updates and push with confidence. You know the drill:...
Adding tests to a login form using yup and React Hook Form Client-side testing is a massive topic. If you’ve read “Developing a Client-Side Testing Strategy,” you’ll have been introduced to the best practices and challenges faced when selecting a...