Skip to main content

Acro Media Gesso Next

An extension of next.

Usage

Client specific imports

The root exports a client object that contains all the client specific imports.

ie: react components, lib functions, etc.

import { someClientSideCode } from '@acromedia/gesso-next';

the /server/ exports all the server specific imports.

ie: next-auth configurations, server side functions, etc.

import { someServerSideCode } from '@acromedia/gesso-next/server';