https://kotlinlang.org logo
r

Robert Jaros

04/03/2020, 6:38 PM
So the flow is mostly about something like this: 1. URL in the browser (with client side route parameters) 2. Client side router executed, extracting parameters 3. Call one or more remote methods with these parameters 4. Process business logic on the server side and return data for the client 5. Dispatch returned data to the Redux store 6. Automatically rebuild view with this data