Hacker News new | ask | show | jobs
by noir_lord 1685 days ago
https://svelte.dev/tutorial/await-blocks Explains it better.
1 comments

His point is you don't have to read some project's documentation to know how some "await blocks" work.

With JSX you can use native JS features instead, you only need to know the language.

For example, instead of looking up how to loop in the template syntax, you use an iterator.