diff --git a/src/data/roadmaps/react/content/102-components/103-props-vs-state.md b/src/data/roadmaps/react/content/102-components/103-props-vs-state.md index 20aedd62a..6e43daa2c 100644 --- a/src/data/roadmaps/react/content/102-components/103-props-vs-state.md +++ b/src/data/roadmaps/react/content/102-components/103-props-vs-state.md @@ -4,8 +4,7 @@ Props (short for “properties”) and state are both plain JavaScript objects. Visit the following resources to learn more: -- [Component State](https://reactjs.org/docs/faq-state.html) +- [State: A Component's Memory](https://react.dev/learn/state-a-components-memory) - [How to use Props in React](https://www.robinwieruch.de/react-pass-props-to-component/) - [What is the difference between state and props in React?](https://stackoverflow.com/questions/27991366/what-is-the-difference-between-state-and-props-in-react) -- [How to update state from props in React](https://www.robinwieruch.de/react-derive-state-props/) -- [Putting props to useState](https://tkdodo.eu/blog/putting-props-to-use-state) +- [How to update state from props in React](https://www.robinwieruch.de/react-derive-state-props/) \ No newline at end of file