saber icon indicating copy to clipboard operation
saber copied to clipboard

Saber v1 roadmap

Open egoist opened this issue 5 years ago • 10 comments

Check out the proposal

No ETA, but most likely after Vue 3 beta release

egoist avatar Nov 18 '19 16:11 egoist

Maybe for v1, all files with 200+ lines of code could be refactored to be more readable and maintainable.

krmax44 avatar Nov 18 '19 17:11 krmax44

Hey egoist, awesome work on Saber. As Vue 3 closes in, I was just wondering, is there eventually going to be planned support for the new Vue 3 features— namely the new composition API?

barkdoll avatar Nov 20 '19 01:11 barkdoll

@barkdoll yes, if that would make things easier. I haven't found a use case for Saber tho 😅

egoist avatar Nov 20 '19 09:11 egoist

@barkdoll yes, if that would make things easier. I haven't found a use case for Saber tho

@egoist awesome. I was just thinking ahead as far as using it to build components. While Saber may not have a specific need for it yet, I think the availability of it will be a huge plus when a use case is discovered.

barkdoll avatar Nov 22 '19 01:11 barkdoll

Throwing it out there... Being built ontop of vite?

andreasvirkus avatar Jun 21 '20 19:06 andreasvirkus

@andreasvirkus I'd rather wait for esbuild to be mature, Vite still uses Rollup in production and it's slow too, and it uses different build tools for dev/prod build, that inconsistency might make it harder to debug errors.

egoist avatar Jul 16 '20 09:07 egoist

Valid point. I used Vitepress for 2 small projects and the DX was lovely and it didn't seem to sacrifise anything else to achieve that DX (but they were quite simple sites and nothing fancy...).

andreasvirkus avatar Jul 16 '20 12:07 andreasvirkus

I just built something fully using esbuild (and React, since it's hard to use Vue with esbuild for now) https://github.com/egoist/maho

egoist avatar Jul 16 '20 17:07 egoist

@andreasvirkus I was wrong, a Vite based Saber is coming...

egoist avatar Apr 25 '21 15:04 egoist

That's great! A vite-powered SSG is just what's missing from the Vite ecosystem atm <3

andreasvirkus avatar Apr 27 '21 12:04 andreasvirkus