Hay.
- Removes
axios
dependency; replaced withfetch
. - Returns
resolve()
when appropriate to avoid fetching data when it's not necessary. - Prettify all the codes.
axios
dependency; replaced with fetch
.resolve()
when appropriate to avoid fetching data when it's not necessary.