codeinabox@programming.dev to Web Development@programming.devEnglish · 17 days agoImporting vs fetching JSONjakearchibald.comexternal-linkmessage-square1fedilinkarrow-up14arrow-down10
arrow-up14arrow-down1external-linkImporting vs fetching JSONjakearchibald.comcodeinabox@programming.dev to Web Development@programming.devEnglish · 17 days agomessage-square1fedilink
minus-squareZephyrXero@lemmy.worldlinkfedilinkEnglisharrow-up1·15 days agoYou should only use import for local JSON that’s in your code base. Using import against a remote resource seems like an obvious bad idea
You should only use import for local JSON that’s in your code base. Using import against a remote resource seems like an obvious bad idea