Replies: 1 comment
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
public:In the public folder, for every version bump, a new JS file is added, increasing the overall size of the package. At the time-being, the size is relatively small, at ~1MB, but sooner or later, this would increase exponentially.
This could be dealt with CDN providers like jsdelivr, unpkg, cdnjs, etc, right?
letinstead ofconst:In a few places, to save a few characters worth of spaces that would be introduced by
constby favoringlet, wouldn't it be harmful if by accident, a variable that was not supposed to be over-ridden was accidentally done?All reactions