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.
How To Add Text Outline With CSS
Improve your website's visual appeal and make your text stand out with an attractive text outline. Start implementing CSS techniques today!
CSS Image Styling: Enhancing Visual Appeal with Style
Enhance visual appeal, create stunning effects, and impress your visitors with our comprehensive guide to CSS image styling.
Understanding the useRef Hook in React
Dive into the depths of the useRef Hook functionality and best practices. Gain valuable insights into how to harness its full potential.
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.