Skip to content

Instantly share code, notes, and snippets.

@martinyung
Last active June 25, 2017 07:39
Show Gist options
  • Save martinyung/0fbdb2b67e646374c10aa17363048ac0 to your computer and use it in GitHub Desktop.
Save martinyung/0fbdb2b67e646374c10aa17363048ac0 to your computer and use it in GitHub Desktop.
conversational-form with react.js - cf setup reference
class Hello extends Component {
constructor(props) {
super(props):
this.cf = null; // <-- Conversational Form ref
}
...
}
export default Hello;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment