Oliver Wolfson
ServicesProjectsContact

Development Services

SaaS apps · AI systems · MVP builds · Technical consulting

Services·Blog
© 2026 O. Wolf. All rights reserved.

Blog

Articles, tutorials, and insights about web development and technology.

Search Posts
Find posts by title, description, author, tags, or categories.

Found 49 posts matching "react"

Google Map Viewer in React
In this article, we'll explore how to create a Google Map Viewer using React and Next.js. This app allows users to input a Google Maps link, which the...
May 19, 2024•O Wolfson•
Web Development
React Debounce Hook
Debouncing is a programming practice used to ensure that time-consuming tasks do not fire so often, optimizing performance and improving user experien...
May 18, 2024•O Wolfson•
Web Development
Next.js Documentation - Configuring MDX in Next.js
From the Next.js official documentation: MDX is a superset of markdown that lets you write JSX directly in your markdown files. It is a powerful way t...
April 20, 2024•O Wolfson•
Web Development
URL-Based State Management in React Pagination
Write your description here...
January 17, 2024•O. Wolfson•
webdevelopmentjavascript
API Route Handlers in Next.js 13 +
Next.js, a widely popular React framework, has always been at the forefront of simplifying and enhancing web development. With the release of Next.js...
January 1, 2024•O. Wolfson•
webdevelopmentjavascript
URL Based State Management in Next.js
Write your description here...
December 3, 2023•O. Wolfson•
webdevelopmentjavascript
Basic Next 14 template
Write your description here...
November 29, 2023•O. Wolfson•
webdevelopmentjavascript
Setting Up Google reCAPTCHA in a React Form
In this tutorial, we'll learn how to integrate Google reCAPTCHA into a React form to enhance security and prevent automated submissions. We'll base ou...
November 24, 2023•O. Wolfson•
webdevelopmentjavascript
Higher-Order Components
The concept of a "higher-order" function or component comes from functional programming. In functional programming, higher-order functions are functio...
August 30, 2023•O. Wolfson•
webdevelopmentjavascript
Real-Time Chat App in React
In this article, we'll break down a modern React-based chat component that uses real-time features from Supabase, an open-source Firebase alternative.
August 5, 2023•O. Wolfson•
webdevelopmentjavascript