Snel
Snel copied to clipboard
snel v1.0.0 roadmap
planned features and refactors:
- [x] create and build SPA projects
- [x] sass and less support
- [x] import maps support
- [x] plugins support by (drollup)
- [x] typescript support (experimental)
- [ ] SSG and SSR support
- [x] postcss support
- [ ] netlify, vercel, heroku etc. support
- [ ] deno deploy support
- [ ] binary self contained support for SSG and SSR mode
maybe
- [x] use or support esbuild for typescript transpilation
if you want add others stuff in snel you can reply this issue
Svelte code-slitting with Esbuild have a one trouble – have splitting js/css bundles, but can't load hash-bundle.css on client...
Consider compatibility with svelte-kit, whenever possible if it makes sense...
Some random thoughts on this matter:
- makes it easier to use or migrate projects both ways.
- it might reduce unseen future conflicts/issues.
- use same/similar syntax and structure when possible. (commands/configs, etc...)
- a deno adapter where deno is runtime or helps svelte-kit and snel work together.
- or an adapter/compiler that compiles svelte-kit output to a snel/deno build.
Is there a timeframe around this roadmap?
Is there a timeframe around this roadmap?
Unfortunately I do not have exact dates for these features since I work in open source in my spare time but any help or contribution will be well received.