DEV Community

Discussion on: I build date and range picker from scratch so you don't have to

Collapse
 
aks0510 profile image
Ankit Singhaniya

Any reason why you used Svelte and not Stencil? Cool project by the way. I'm really pissed with the large ~300kb bundle of react-date. Will give it a try.

Is it possible to add presets? I'll add the question to the repo as well.

Collapse
 
ziga profile image
ziga

Yeah! I actually knew about Stencil at the time I started, but I liked Svelte more. Even now I see Stencil is marketing it has 6kb runtime, while whole nanocal weights less than that. So I guess no runtime still beats a minimal runtime for me :)