React passing data between siblings

Опубликовано: 22 Октябрь 2020
на канале: React with Masoud
50,833
790

In this tutorial, you will learn how to pass data between siblings components without using any third-party library.
In React you can pass state as props to the child components but you cannot pass state between sibling components.

The best solution for this can be wrapping both siblings in a parent component and handle the state inside the parent component. Then you easily can share the state between any siblings that you want and use the state inside the child components.

Hope you enjoy it!
You can download the project source code from here: https://pezeshkzade.com/blog/source-c...


На этой странице сайта вы можете посмотреть видео онлайн React passing data between siblings длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь React with Masoud 22 Октябрь 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 50,833 раз и оно понравилось 790 зрителям. Приятного просмотра!