Articles by Joel Olawanle
Joel is a Frontend developer working at Kinsta as a Technical Editor. He is a passionate teacher with love for open source and has written over 300 technical articles majorly around JavaScript and it's frameworks.
Demystifying React’s useEffect Hook
The powerful React useEffect Hook allows you to seamlessly handle side effects, such as fetching data from an API or manipulating the DOM.
How To Fix the “Objects Are Not Valid as a React Child” Error
Struggling with the "Objects Are Not Valid as a React Child" error? Check out this guide to learn how to fix it and some best practices.
Getting Started With useState Hook in React
Supercharge your React app with useState Hook! Our beginner-friendly guide covers everything you need to know about managing state in func!
How To Fix Gitignore Not Working
Explore the common reasons why Gitignore may fail and learn effective strategies to troubleshoot and fix the problem.
How To Fix “React Hooks must be called in a React Function Component or a Custom React Hook Function” Error
Learn how to fix the "React Hooks Must Be Called In a React Function Component or a Custom React Hook Function" error with our guide.
How To Fix “JSX expressions must have one parent element” in React
Learn 3 methods of fixing the "JSX expressions must have one parent element" Error in React as well as what causes the error to begin with.
Mastering React Conditional Rendering: A Deep Dive
Learn how conditional rendering works in React and take your web development skills to the next level with our comprehensive guide.
The Uncomplicated Guide To JSX Syntax
Learn all about JSX (JavaScript XML), a syntax extension for JavaScript that allows developers to write HTML-like code inside a JavaScript file.
What Is TypeScript? A Comprehensive Guide
Discover everything you need to know about TypeScript in this comprehensive guide, including its features, advantages, and best practices.
Jekyll Tutorial: How To Create a Static Website
One of the more popular static site generators is Jekyll. Learn how it works, and how you can create a static website with it in this guide.
Unleashing the Power of JavaScript Spread Operator
Learn how to unleash the power of the spread operator in JavaScript. The easy-to-follow guide shows you just how todo that.
How To Fix “Switch is not exported from ‘react-router-dom’ in React” Error
This easy-to-follow guide shows you two ways to fix the attempted import error: 'switch' is not exported from 'react-router-dom'.