You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 ✨
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?
The text was updated successfully, but these errors were encountered: