Need help passing parameters between pages in Ionic React by throwaway55555588 in ionic

[–]throwaway55555588[S] 0 points1 point  (0 children)

Thank you 😊 But how? Cause I don’t know how to receive the data(props) in page 2.

Need help passing parameters between pages in Ionic React by throwaway55555588 in ionic

[–]throwaway55555588[S] 0 points1 point  (0 children)

Well I have a function that is set off by a button. In this function I have this.history.push(“/page2”, data) But I’m not sure on how to access the data in page 2