Hacker News new | ask | show | jobs
by numlock86 1624 days ago
> So much much more intuitive and simple than Node.

Can you elaborate?

1 comments

- No package.json or other config files - web compatible where possible (es6 import, fetch…) - native ts/js/tsx/jsx

Overall, it just makes sense. It feels like you’re using one syntax for front and backend instead of having to use two different ones.