VOOZH about

URL: https://blog.logrocket.com/author/yeluwande/

⇱ Yomi Eluwande, Author at LogRocket Blog


πŸ‘ LogRocket blog logo
Yomi Eluwande JavaScript developer. Wannabe designer and Chief Procrastinator at Selar.co and worklogs.co. πŸ‘ Image

Stories by Yomi Eluwande

React onClick event handlers: A complete guide

Dev

This guide covers React’s `onClick` event handler, including information about event listening, synthetic events, custom events, and more.

πŸ‘ Image
Yomi Eluwande
Nov 26, 2024 β‹… 12 min read

How to test React Hooks

Dev

Testing your React app is a necessity, but testing Hooks can get a bit complicated. Learn how to test Hooks multiple ways in this guide.

πŸ‘ Image
Yomi Eluwande
Dec 18, 2023 β‹… 11 min read

Async rendering in React: Suspense, Hooks, and other methods

Dev

Implement React Suspense to manage async operations, and compare it with other async rendering methods such as the `useEffect` and `useEffect Hooks`.

πŸ‘ Image
Yomi Eluwande
Nov 13, 2023 β‹… 10 min read

Data fetching in Next.js with getServerSideProps and getStaticProps

Dev

Compare the `getInitialProps`, `getServerSideProps`, and `getStaticProps` data fetching methods, and how they work for server-side rendering and static site generation.

πŸ‘ Image
Yomi Eluwande
Sep 8, 2023 β‹… 8 min read

A guide to Material Design with React

Dev

Learn if you should use Material Design in your React project with this guide, which covers MUI components like fonts, CSSBaseline, and more.

πŸ‘ Image
Yomi Eluwande
Apr 18, 2023 β‹… 12 min read

Headless browser testing guide

Dev

Explore fast, lightweight headless testing tools: PhantomJS, Puppeteer, Headless Chrome, Nightmare, Selenium, Playwright, and Cypress.

πŸ‘ Image
Yomi Eluwande
Mar 20, 2023 β‹… 12 min read

Understanding partial hydration in Gatsby 5

Dev

Partial hydration enables you to selectively add interactivity to your otherwise completely static app, improving frontend performance while still keeping the benefits of client-side apps.

πŸ‘ Image
Yomi Eluwande
Dec 21, 2022 β‹… 4 min read

React end-to-end testing with Jest and Puppeteer

Dev

Catch bugs in your code before your React app is live by performing end-to-end testing with Jest and Puppeteer.

πŸ‘ Image
Yomi Eluwande
Sep 20, 2022 β‹… 10 min read

Setting up a TypeScript and Gatsby project with GraphQL

Dev

Explore Gatsby and its usage with GraphQL and TypeScript. Learn to fetch data in Gatsby apps using GraphQL with either page queries or StaticQuery.

πŸ‘ Image
Yomi Eluwande
Apr 13, 2022 β‹… 9 min read

A guide to React forms and events using Formik

Dev

Building forms in React? Learn how React deals with forms and events, and how to build forms using the Formik library.

πŸ‘ Image
Yomi Eluwande
Dec 10, 2021 β‹… 11 min read

A complete guide to forms in Vue.js

Dev

Learn how to create, validate, and utilize inputs from a form in a Vue.js x2 application.

πŸ‘ Image
Yomi Eluwande
Jan 1, 2021 β‹… 8 min read

React Reference Guide: React.Component

Dev

Our all-in-one reference guide to the React.Component class API, covering the component lifecycle, lifecycle methods, and class properties.

πŸ‘ Image
Yomi Eluwande
Sep 4, 2020 β‹… 9 min read