1.6.1 • Published 3 years ago

@atelo-co/formless v1.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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=
1.6.1

3 years ago

1.6.0

3 years ago

1.5.5

3 years ago

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.0.0

3 years ago