React
The library for web and native user interfaces- Source:
- See:
Methods
(static) useRef()
A react Hook that lets you reference a value that’s not needed for rendering.
(static) useState()
A react Hook that lets you add a state variable to your component.
- Source:
- See: