Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kruhft
on Feb 29, 2016
|
parent
|
context
|
favorite
| on:
React Makes You Sad?
Tried that, couldn't figure out how to get it to work. Still didn't have access to child's state.
mercurial
on Feb 29, 2016
[–]
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: