top | item 46130064

(no title)

shortrounddev2 | 2 months ago

index.html with script files would still benefit from a bundler. You can have a very minimal react footprint and still want to use react build tools just for bundling.

discuss

order

komali2|2 months ago

Sure, but I'm more confused about the next.js usage than I am about the bundler. The bundler makes sense.

johncolanduoni|2 months 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.