View all questions & answers for the Associate-Reactive-Developer exam
What's the correct screen lifecycle order after clicking a Button with the Navigate method?
Run Preparation then render the destination Screen.
Run Screen Action, run Preparation and render the Destination Screen.
Render Destination Screen then run its Preparation.
Run Preparation then run the Screen Action.
Submit