plentico / pico

Svelte-like reactive UI compiler written in Go
2 stars 0 forks source link

Feature list #13

Open jimafisk opened 1 year ago

jimafisk commented 1 year ago

Feature list from Rustle. Not aiming to implement all of these, just a good reference for the many things that Svelte is doing.

Feature roadmap:

jimafisk commented 9 months ago

I don't want to include any animation/transition declarations in our library. At first glance those are nice when adding/removing elements from the page, but these have always been finicky in Svelte imo and I often end up reworking them to use native CSS transitions instead. As much as possible I like to stick with existing browser standards so a wider range of tutorials apply and have the added benefit of keeping a smaller footprint for this project.