Tailwind Logo
Logo

Next.js

Next.js is a React-based framework that provides functionality to enable server-side rendering and static site generation using React.

App screenshot


Next.js

Component Creation and Template Linkage - Text Edition

Sitecore provides templates to define the data structure. This time, we'll create templates to define how data is stored and how it's called for display. We'll use sample code from the Styleguide's sample data to illustrate this process.


Next.js

Create component

Once you have an environment ready to work with Sitecore, the steps regarding the addition of components are quite simple. In this article, we will see how the component is managed by adding the component without using the jss scaffold command.


Next.js

Switch to multilingual site content

Since the Next.js template already includes a module for multilingual support, it is relatively easy to add more languages by adding settings on the Sitecore side. So this time, we would like to add Japanese resources.


Next.js

Installing Sitecore Horizon

Until now, Sitecore's editing environment utilized two tools: the Content Editor for an overall view and the Experience Editor for WYSIWYG editing. The new tool we're introducing, Sitecore Horizon, combines the best features of both.


Next.js

Creating components for the Hero area (Part 2)

In the last issue, we created and placed a new component, but it still looks like a Tailwind CSS design with just normal HTML displayed. This time we want to change the appearance a bit and also change a few attributes of the content.


Next.js

Creating Hero Area Components (Part 1)

In the previous article, we organized the header and footer areas. In this article, we will create a new component for the Hero area to be used on the top page. Through this procedure, you will learn how to create a new component.


Next.js

Separate navigation

In the previous article, we implemented Tailwind CSS to the point where it can be used. This time, we will review the steps to separate the navigation code contained in the layout into separate files before using it.