I'm new to react and i wanted to get range value from child component(salary.js) to parent component(App.js). i couldn't able to find out how to pass the props to App component. My objective is get the range value which is stored in salary.js to App.js in price in order to post the value.
Can anyone please help me in this? Thanks in advance