### Summary Add a note saying this in [useContext](https://react.dev/reference/react/useContext): > `use` is preferred over `useContext` because it is more flexible. ### Page https://react.dev/reference/react/useContext ### Details This is already said in [this article](https://react.dev/reference/react/use#reading-context-with-use): > `use` is preferred over `useContext` because it is more flexible. It would be nice to add this note in [useContext](https://react.dev/reference/react/useContext) too.