Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement createRef() #173

Closed
manucorporat opened this issue Feb 5, 2022 · 1 comment
Closed

Implement createRef() #173

manucorporat opened this issue Feb 5, 2022 · 1 comment
Assignees
Labels
TYPE: enhancement New feature or request
Milestone

Comments

@manucorporat
Copy link
Contributor

CreateRef() allows to get a ref to the actual html dom, once the jsx is rendered.

const ref = createRef();
return (
  <div ref={ref}/>
)
@manucorporat manucorporat added this to the 0.1.0 milestone Feb 11, 2022
@manucorporat manucorporat added the TYPE: enhancement New feature or request label Feb 13, 2022
@manucorporat manucorporat assigned manucorporat and unassigned mhevery Mar 11, 2022
@manucorporat manucorporat modified the milestones: 0.1.0, 1.0.0 Mar 11, 2022
@manucorporat
Copy link
Contributor Author

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TYPE: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants