#projects

I'm getting more and more info Svelte JS because of the way it compiles down componentized web apps into more simple JS that avoids template parsing and data fetching at run time.

The resulting web apps/sites that come out are so much faster than what I was able to get out of Vue JS.