pyrolistical an hour ago

It’s 10x slower than vanilla which makes this an ideal use case for transpilation.

I bet you could just take one afternoon to write a vite plugin

  • maxloh an hour ago

    What is the use case of this library given that vanilla JS is 10x faster?

    • elygre 37 minutes ago

      Maybe it's ease of development, and resulting readability?

      I did enjoy the example code, compared to the native javascript (both shown in the article):

        var draw = SVG().addTo('#drawing')
          , rect = draw.rect(100, 100).fill('#f06')
    • jasonjmcghee 8 minutes ago

      > Obviously not as fast as vanilla js

      I had a similar question- why is it obviously not as fast as vanilla js?

    • aabhay an hour ago

      Perhaps non-browser usage?