Guest User

Untitled

a guest
Jan 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. // code
  2. componentDidMount() {
  3. // gets the data
  4. }
  5.  
  6. redner() {
  7. return <Node value={*Needs to be passed here*} />
  8. }
Add Comment
Please, Sign In to add comment