1.

How to avoid prop drilling in React?

Answer»

You can AVOID PROP DRILLING in the FOLLOWING ways:

  • Using a Context API
  • Using Render PROPS


Discussion

No Comment Found