Post

Josh Cheek
Josh Cheek@josh_cheek·
Why do people not like inline <script> tags? I feel like it's something about semantic HTML being purely about data, but I don't know of any sites that try to use their HTML as their API. Seems like it leads to "bundle all of the JS in the entire app and load it on every page"
English
3
1
4
0
dot
dot@localhostdotdev·
@josh_cheek pretty cool idea, e.g. include needed js only, each page declares what it needs (easy with require() for instance)
English
1
0
1
0
dot
dot@localhostdotdev·
@josh_cheek also one less request that can potentially fail
English
0
0
1
0
Paylaş