EOEmore Ogheneyoma Lawrenceinfreecodecamp.org·Feb 28, 2025 · 9 min readHow to Use Zod for React API ValidationIn React applications, handling API (Application Programming Interface) responses can be challenging. You might encounter data that’s missing crucial fields, that’s formatted unexpectedly, or that simply doesn’t match what you anticipated. This incon...00
EOEmore Ogheneyoma Lawrenceindevyoma.hashnode.dev·Jul 29, 2023 · 9 min readCSS Margin and PaddingThe CSS Margin and Padding are undoubtedly one of the most used CSS property-value pairs in the CSS world. Understanding how they work will be extremely useful when coding CSS. The CSS Margin and Padding allow us as Frontend developers to give space ...02BC
EOEmore Ogheneyoma Lawrenceindevyoma.hashnode.dev·Apr 4, 2023 · 5 min readUsing the CSS :not() pseudo-classThe year is 2023, and CSS is continually improving. It is now possible to target not selected selectors like elements, classes, ids etc on a webpage using the CSS :not() pseudo-class In this article, we are going to talk about how the CSS :not() pseu...01G
EOEmore Ogheneyoma Lawrenceindevyoma.hashnode.dev·Apr 2, 2022 · 4 min readUsing React setState() with prevStateI must add that the way we use the setter function setState() in the code above works, but its not advisable as there is a safer way of approaching it. I'll talk about it soonest. The above statement was from my first article where i wrote about usi...00
EOEmore Ogheneyoma Lawrenceindevyoma.hashnode.dev·Jun 22, 2021 · 4 min readUsing the useState() hook in react jsBuilding a react app can be quite interesting if you could just think at once all the state you'll need in making your application, but we most times realize that's not the case. So in this article, i will talk about useState hook in react, how we ca...00