next-client-script icon indicating copy to clipboard operation
next-client-script copied to clipboard

Supercharge the performance of your Next.js apps by using a minimal client runtime. 🚀

Results 3 next-client-script issues
Sort by recently updated
recently updated
newest added

Hi! Do you have any plans for upgrading this cool package to work with Next 12?

Hi there, I have run into an issue where it appears that importing anything from an npm package in a client script breaks the client script (it doesn't run on...

Hi, is there a way to have pattern matching for scripts with all pages along with page-specific code? IE: ``` { '*': './src/js/index.js', '/about': './src/js/about.js' } ```