Join Nostr
2024-11-25 17:04:53 UTC

Axel Rauschmayer on Nostr: Teaching frontend development with minimal tooling: – I love the idea of using no ...

Teaching frontend development with minimal tooling:
– I love the idea of using no tools at all.
– But: While you can develop without a build tool, you still want to bundle for deployment: Deploying all of node_modules seems undesirable.
– I’m leaning towards esbuild because it’s fast (not much overhead during development) and simple (not that much to learn).