Skip to content

Instantly share code, notes, and snippets.

@batiste
Created June 6, 2019 13:13
Show Gist options
  • Save batiste/ea6e98c0075ac23f975b9bc8c07baa6a to your computer and use it in GitHub Desktop.
Save batiste/ea6e98c0075ac23f975b9bc8c07baa6a to your computer and use it in GitHub Desktop.
Blop language example
import { DogGame } from './DogBreedGame.blop'
def DogPage(attributes) {
{ state } = attributes
<DogGame page=state.dogPage state=state loading=state.loading>
= 'Dog breed game'
</DogGame>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment