Last active
June 25, 2017 07:39
-
-
Save martinyung/0fbdb2b67e646374c10aa17363048ac0 to your computer and use it in GitHub Desktop.
conversational-form with react.js - cf setup reference
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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