@atelo-co/formless
TypeScript icon, indicating that this package has built-in type declarations

1.6.1 • Public • Published

formless

(work with nextjs)

Add to App

const MyApp = ({ Component, pageProps }: AppProps) => {
  return (
    <SessionProvider>
      <Component {...pageProps} />
    </SessionProvider>
  );
};

Use in every Page

const { session, dispatch } = useSession();

.env.local

TOKEN_SECRET=
TOKEN_IV=

Readme

Keywords

none

Package Sidebar

Install

npm i @atelo-co/formless

Weekly Downloads

4

Version

1.6.1

License

MIT

Unpacked Size

11.4 kB

Total Files

14

Last publish

Collaborators

  • damienmillet