obahareth / awesome-mena-conferences-and-meetups

A list of awesome conferences and meetups in the MENA region.
https://awesome-mena-conferences-and-meetups.netlify.com
MIT License
5 stars 10 forks source link

Simplify messy getJsonUrl function in json-fetcher.js #5

Closed obahareth closed 6 years ago

obahareth commented 6 years ago

json-fetcher's getJsonUrl function is quite messy.

I used the chain of &&s to act as a "safe navigation operator".

obahareth commented 6 years ago

No longer necessary, will simple use GraphQL to fetch the data as described in https://github.com/gatsbyjs/gatsby/issues/9001