Replace dependencies where possible #14
No reviewers
Labels
No labels
automerge
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
maintenance
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rss-reader#14
Loading…
Reference in a new issue
No description provided.
Delete branch "refactor/replace-deps-where-possible"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
axios
andmd5
were underused and not really pulling their weight when considering the weight they add to the bundle.axios
withfetch
. Browser compat should not be a problem for what is being used here.md5
with some text subs. It's only used for keying local storage, hashing doesn't bring more value than just using the URL itself as a key (as opposed tomd5(url)
).Consequence
The local storage keying is changing, which will invalidate existing caches.
👀 Branch deployed at Website Draft URL: https://610777c7c714da60dae6f3ca--sleepy-shaw-d8efec.netlify.app
👀 Branch deployed at Website Draft URL: https://610779caa18b5b9e95c83c3d--sleepy-shaw-d8efec.netlify.app