Passing Props From Child to Parent Component in React.js

Tom Nagle
2 min readAug 1, 2021

Technically it’s not possible to pass props up to a parent in the same way you pass props down to a child. However, this article is going to propose two methods you can use that may help you solve the problem that bought you to this article.

--

--

Tom Nagle

I am a full stack JavaScript developer, living in Melbourne, Australia. My preferred stack is Mongoose, TypeScript, Node.js, React & GraphQL.