KiguriCodes

← Back to blog

Published on 2024-03-22 18:01 by Kiguri

What is forwardRef?

TODO

Why forwardRef is bad?

TODO

Alternatives to forwardRef

TODO

Written by Kiguri

← Back to blog
  • Why forwardRef needs to be removed from React

    Why forwardRef needs to be removed from React

    ForwardRef is a feature in React that allows you to access the ref of a child component from the parent component. It is a useful feature, but it has some downsides that make it a bad practice to use.

  • Clean Code

    Clean Code

    Clean code is a software development principle that emphasizes writing code that is easy to read, understand, and maintain. It is a key aspect of producing high-quality software that is efficient and bug-free.