1.6.1 • Published 5 years ago

@atelo-co/formless v1.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

1.6.0

5 years ago

1.5.5

5 years ago

1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.0.0

5 years ago