Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the point of NextJS on a chrome extension #2

Open
KrishKrosh opened this issue Jan 19, 2025 · 1 comment
Open

What's the point of NextJS on a chrome extension #2

KrishKrosh opened this issue Jan 19, 2025 · 1 comment

Comments

@KrishKrosh
Copy link

Hey, I had a genuine question. I don't understand the point of Next.js on a Chrome extension. You say it's because you want to allow server-side rendering, but don't Chrome extensions, by nature, store everything locally?

@brijeshagal
Copy link
Owner

You are correct and it doesn't help much but yeah, we do sometimes as per our choice.
The pluses of NextJs I could think of are: Automatic Routing and Static Site Generation.

It's only about preference and I didn't see a good resource that works fine with nextjs so put it together in case anybody needs it.

Though would love to know your opinion on how's it working and structured ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants