|
|
|
|
|
by sstangl
2325 days ago
|
|
Here's a simple no-framework points calculator for the sport of Powerlifting: https://www.ipfpointscalculator.com/ The page is 11KB, loads in 96ms, and makes three requests to one network, two of which are favicon-related. This turns out to actually matter in practice because many of our users are from countries with extremely slow connections. |
|
My point is mostly: do vanillajs but also understand what api's are actually available for you from the start. There is a lot built into the browser, use it. Usually it already has better performance and accessibility than whatever you would write yourself.