scalajs-react-interface / discuss

Community forum for SRI
Apache License 2.0
0 stars 0 forks source link

Relay-modern - How to navigate in RelayFragmentComponent? #5

Open taimuri opened 7 years ago

taimuri commented 7 years ago

I have a PostList extending from RelayFragmentComponentP and I want to navigate to Post screen when user clicks on any of the Post item on the list screen but there is no navigate object in RelayFragmentComponent so I'm not sure what is the best way to navigate from PostList to Post screen.

Can someone help me please?

virtualirfan commented 6 years ago

@taimuri Did you end up solving this? Looks like a missing facade? Would you be willing to add that and submit a PR?