@next-safe/middleware e2e app
If you see me the page hasn't hydrated and is not interactive...
A Next.js app to test the strict CSP capabilities of the @next-safe/middleware package.
Prerendering strategies:
This page has no data fetching method
- Page with getStaticProps (Hash-based)
- Page with getServerSideProps (Nonce-based)
- Page with getStaticProps + revalidate(ISR) (Hash-based)
With Mantine:
- No data fetching method (Hash-based)
- With getStaticProps(Hash-based)
- With getServerSideProps(Nonce-based)