Skip to main content

Posts Tagged ‘Next.js’

Quizzically Business Man Happy Staring At Screen Of Code

Remix vs. Next.js: A Comprehensive Look at Modern React Frameworks

In the ever-evolving landscape of web development, choosing the right framework can significantly impact the performance and user experience of your applications. Two of the most prominent frameworks in the React ecosystem today are Remix and Next.js. Both are designed to enhance web development efficiency and performance, but they cater to different needs and use cases. In this […]

Two programmers working on some coding together

How to Build a Component Library in next with Storybook

Building a component library in Next.js with Storybook involves creating reusable UI components in Next.js and using Storybook to visualize and document them. Here’s a step-by-step guide on how to set up a component library in Next.js and integrate it with Storybook: 1) Set Up a Next.js Project If you don’t have a Next.js project […]

Istock 1408255024

Build a Custom 404 Page Using React Router V6 and Next.js

Custom 404 Page Using React Router V6 React Router is a popular JavaScript library commonly used to create single-page applications in React. It offers a set of components and functions that allow you to define your app’s routing and navigation in a declarative way. In this blog post, we’ll walk you through the process of […]

Developers Guide To Custom Datasource For Dropdown Fields In Context-Aware Configuration Editor

How Middleware Transforms Request Handling in Web Development

What is Middleware? Middleware is like a helper that runs before your web server finishes handling a request. It can modify the request or response, such as changing data, changing where the request goes, or modifying how things look. Middleware runs before the server looks for cached content or matches the request to a specific […]

Next.Js Vercel Conference

Exploring Next.js Conf by Vercel: New Features in Version 15 and Their Significance

I’ve been working with Next.Js for a quite a while and have been watching its development with interest all this time. Last week I was happy attended Next.js Conf in San Francisco. Perficient was proud to sponsor the event, allowing us to showcase our Sitecore Practice alongside my colleague David Lewis from the Optimizely Practice. […]