0.0.4 • Published 12 months ago

tinejs.next v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

tinejs.next

Server side hooks for nextjs

example:

import { useUseCase } from 'tinejs.next';
import hello from '@/useCases/hello';

export default async function Page() {
  const data = await useUseCase(hello.input({ name: 'Earth' }));

  return <pre>{JSON.stringify(data, null, '\t')}</pre>;
}
0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

1 year ago