Skip to content

Instantly share code, notes, and snippets.

@Kannndev
Last active October 16, 2020 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kannndev/560dec48ae205c793372ee000af90d4c to your computer and use it in GitHub Desktop.
Save Kannndev/560dec48ae205c793372ee000af90d4c to your computer and use it in GitHub Desktop.
Tagged template intro
const Button = styled.button`
color: blue;
`;
const userQuery = gql`
{
users {
firstName
}
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment