Readings 240905
- JavaScript Generators Explained, But On A Senior-Level - I like the pull and push stream part, while the last example is kinda confusing.
- Introducing @svg-use | Fotis Papadogeorgopoulos - Traditional inline SVG(SVG-in-JS) is indeed performance-heavy and not clean, the
svg-use
solution may be a good alternative for performance.