I have a React page which have two component. They are a Form component and the other one is Table component. When I submit data by form, then the table component should re-render, but the whole page could not re-render. Please give me some suggestion.