Hacker News new | ask | show | jobs
by synalx 1226 days ago
This is also a core design principle of Angular - the compiler extracts the static template structure and generates code to update dynamic bindings within it.
1 comments

Yes, but it turns out that you don't actually need a compiler for that. You can do it in a runtime that's very small because the standard JS syntax already separates the static structure for you.