Skip to content

Instantly share code, notes, and snippets.

@assassinave
Created January 22, 2019 17:26
Show Gist options
  • Save assassinave/4fc137930fdea9e0f24e72c488b7a262 to your computer and use it in GitHub Desktop.
Save assassinave/4fc137930fdea9e0f24e72c488b7a262 to your computer and use it in GitHub Desktop.
Use Data interactions within a code component
// Add "export" in front of your Data variable
// Import in header of file
export const data = Data({
refresh: true
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment