@next-safe/middleware demo
If you see me the page hasn't hydrated and is not interactive...
A little demo project to showcase the usage and the hybrid strict-dynamic CSP support of the @next-safe/middleware package.
Prerendering strategies:
- Page with getStaticProps (Hash-based)
- Page with getServerSideProps (Nonce-based)
- Page with getStaticProps +
revalidate
(ISR) (Hash-based)