Open
Description
Hi,
I'm really interested in how svelte internally works and which problems and challenges you had faced. I could read the whole source code but the author can provide a much better picture. Svelte is able to compile itself away this is amazing because when the API is settled you can share performant, runtime-independent web components.
Interesting points
- Code generation
- Compile-time static analysis
- Role of Typescript
- Your motivation
- Roadmap
- .....