- Enjoying svelte.js the more I use it. It feels more Vue.js but with much more concise syntax. The out the box two-way data bindings for elements like
audio
is amazing and has made syncing up state trivial. Store are are just updateable objects no need to think about the flux pattern which iām not sure is a good or bad thing yet.