Oliver Wolfson
ServicesProjectsContact

Development Services

SaaS apps · AI systems · MVP builds · Technical consulting

Services·Blog
© 2025 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 71 posts matching "Next.js"

Next.js: Layouts and Templates
In Next.js 14+, both layouts and templates serve to wrap your application’s UI, but their key difference lies in their behavior during navigation and...
October 2, 2024•O. Wolfson•
Web Development
Copy to Clipboard for Text in JavaScript
In this article, we’ll cover how to copy text, images, and files to the clipboard with practical examples using React components, suitable for a Next....
October 1, 2024•O. Wolfson•
Web Development
Next.js: Routing in Next.js 14
This article should aid in understanding the fundamentals and advanced patterns of routing in Next.js 14+
September 28, 2024•O. Wolfson•
Web Development
Next.js: Installing and Configuring Next.js
This guide will walk you through setting up a Next.js project with modern tooling and practices.
September 27, 2024•O. Wolfson•
Web Development
Next.js, The Docs
A series of articles tailored to full-stack developers who want to harness the full power of Next.js.
September 26, 2024•O. Wolfson•
Web Development
Managing Form Submissions in a Next.js Project with useFormState and useFormStatus
Handling form submissions in a modern web application often involves providing feedback to the user, letting them know when their input is being proce...
September 12, 2024•O. Wolfson•
Web Development
Implementing a Scroll-to-Top Feature in a Next.js App
Providing a seamless user experience when navigating between pages by ensuring scroll is reset to the top of the page.
August 15, 2024•O Wolfson•
Web Development
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
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
API Route in Next.js 14 for Database Updates with Supabase
Explore how to set up an API route using Next.js 14 that interacts with a database using Supabase.
April 16, 2024•O. Wolfson•
webdevelopmentjavascript