Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better tool-chain #53

Open
Rudxain opened this issue Dec 1, 2024 · 0 comments
Open

Better tool-chain #53

Rudxain opened this issue Dec 1, 2024 · 0 comments

Comments

@Rudxain
Copy link
Owner

Rudxain commented Dec 1, 2024

Vite simplifies development in many ways:

  • It has templates with TS and ESLint pre-configured
  • No formatter: use community templates that include Prettier
  • It's "0-config"
  • Uses a module bundler
  • Uses a minifier
  • Has a dev server with HMR

Deno too:

  • Truly 0-config
  • Built-in TS
  • Built-in linter (less rules than ESL)
  • Built-in formatter (not Prettier, but similar)
  • Module bundler?
  • No minifier: install one from the registry
  • HMR?

I could use 1 or both:

@Rudxain Rudxain mentioned this issue Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant