Hacker News new | past | comments | ask | show | jobs | submit login

Tried that, couldn't figure out how to get it to work. Still didn't have access to child's state.



Use something like:

   <YourComponent ref={yourRef => this.yourRef = yourRef}/>
I think you should be able to do this.yourRef.state, but if not, you can always implement a getState() method in YourComponent.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: