Remix.run Logo
tracerbulletx 3 days ago

You're completely free to write software targeting the browser platform without a framework, build pipeline, and bundler. Those things exist for a reason though and running a large project without them quickly runs into worse problems.

devmor 3 days ago | parent | next [-]

Those things exist because of eachother. If you’re not using a reactive framework, you probably have no need for a bundler and if you’re not using a bundler, you probably have no need for a build pipeline.

llmslave2 3 days ago | parent [-]

And also a build pipeline doesn't have to be difficult to write. You can do it in like 50 lines of code and esbuild. And then you get to bundle your CSS, use React or whatever, Typescript, etc.

llmslave2 3 days ago | parent | prev [-]

They exist for reasons, yes. Worse problems? Nah.