Skip to content

Instantly share code, notes, and snippets.

@objectfoo
Created July 3, 2018 04:38
Show Gist options
  • Select an option

  • Save objectfoo/38da16dadc4275ad2d4472266bdd62cc to your computer and use it in GitHub Desktop.

Select an option

Save objectfoo/38da16dadc4275ad2d4472266bdd62cc to your computer and use it in GitHub Desktop.
---
name: Interests
description: interests root component
---
available: []
props: null
state:
subscribed: []
error: null
methods:
updateStreams: "set error or subscribed streams"
---
name: InterestsView
---
props: null
state: null
methods: null
---
name: FormikForm
---
mapPropsToState:
selected: streamIds[]
status:
---
name: EditStreamDialog
---
props:
available: [streamId]
updateStreams: (newStreams | Error)
state: null
methods: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment