Adrian Roselli on Nostr: Speaking of React and PWAs (but not)… A few years ago when Cistercian numbers were ...
Speaking of React and PWAs (but not)…
A few years ago when Cistercian numbers were briefly hot, I saw two dynamic React versions.
Each manipulated SVGs for:
• 5 HTTP requests, 68kb, ~57kb from React;
• 7 HTTP requests, 89kb, ~40kb from React, ~40 from fonts.
I made an HTML page with an embedded SVG for 7.8kb, 804 bytes from script:
https://adrianroselli.com/2021/02/cistercian-svg.html
And a PWA (I might code it differently today):
https://adrianroselli.com/PWA/Cistercian/index.html
Anyway, React is usually overkill.
A few years ago when Cistercian numbers were briefly hot, I saw two dynamic React versions.
Each manipulated SVGs for:
• 5 HTTP requests, 68kb, ~57kb from React;
• 7 HTTP requests, 89kb, ~40kb from React, ~40 from fonts.
I made an HTML page with an embedded SVG for 7.8kb, 804 bytes from script:
https://adrianroselli.com/2021/02/cistercian-svg.html
And a PWA (I might code it differently today):
https://adrianroselli.com/PWA/Cistercian/index.html
Anyway, React is usually overkill.