next-api-utils

Utilities for building maintainable backend APIs for the Next.js app router

APACHE-2.0 License

Downloads
270
Stars
2
Committers
3

next-api-utils

Utilities for building better APIs with Next.js app router.

Installation

npm i next-api-utils

Documentation

Generated documentation for the latest version is available at next-api-utils.jonahsnider.dev.

Usage

Client components

If you try importing next-api-utils from a client component, you will get an error since certain features are only available on the server.

There is a separate export you can use in client components, which doesn't include any of the server-only features.

import { ... } from 'next-api-utils/client';

The default export and next-api-utils/server extend next-api-utils/client with server-only features.

Package Rankings
Top 45.48% on Npmjs.org
Badges
Extracted from project README
Build Status