An open API service indexing awesome lists of open source software.

https://github.com/lucasbailo/useref

Studying use ref
https://github.com/lucasbailo/useref

hooks react useref

Last synced: about 2 months ago
JSON representation

Studying use ref

Awesome Lists containing this project

README

          

## Welcome again to another React project! 👋

# Studying useRef - React Project

## Some code that I'm proud of
```js
const labelRef = useRef('')
const inputRef = useRef('')

useEffect(() => {
labelRef.current.innerHTML = "USER NAME"
labelRef.current.style.fontStyle = 'italic'
}, [])
```

## Built with

- REACT.

## Test the project yourself: [Teste the project here!!!](https://use-ref-beryl.vercel.app/)

## Author

- Website - [My GitHub](https://github.com/lucasbailo)
- Frontend Mentor - [@lucasbailo](https://www.frontendmentor.io/profile/lucasbailo)
- Instagram - [@lucassbailo](https://www.instagram.com/lucassbailo/)
- LinkedIn - [Lucas Bailo](https://www.linkedin.com/in/lcsbailo)