Comment by johncolanduoni
Comment by johncolanduoni 9 hours ago
What effect do you imagine Next.js has on a bunch of code manipulating an HTML canvas? For vanilla code directly using browser APIs it’s basically just a bundler configuration, and while it’s not optimally configured for that use case (and annoying for other reasons) it’s probably better than what someone who has never configured webpack before would get doing it themselves.
Well for one, it ships next.js and react.js bundled in with the code manipulating an HTML canvas.