I am new to reactjs. I am having a problem in data communication between two components.
I am using material table in my application to list the data. I am having the create user form in different component. When a new user is created i need to update that newly added user in the list. Both are in different components. How can i share the data between two components?