Skip to content

Instantly share code, notes, and snippets.

@itaditya
Last active March 24, 2018 16:10
Show Gist options
  • Save itaditya/9be039f043799fe3bddadc044b827ef3 to your computer and use it in GitHub Desktop.
Save itaditya/9be039f043799fe3bddadc044b827ef3 to your computer and use it in GitHub Desktop.
const features = await getFeatures();
/*
{
showNewStyle: false,
allowNewsFeedAccess: true
}
*/
if (features.showNewStyle) {
//load the new style css file
}
if(features.allowNewsFeedAccess) {
//show the News Feed button
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment