How Can a Server Control UI? Theoretically, it’s simple: We make a request to a server and then we receive a JSON response in which there will be logic for what to inflate on the screen. Based on the logic, we have to render natively developed UI components on the view.
Read moreWhat is server driven?
Server Driven Component Probably one of the simplest forms is, the server decides which component to show instead of the client decide . The component will form a stack (or list) of data one can view. The component format is fixed. So if one wants to customize the component, one has to have a new app release.
Read moreWhat is backend driven?
What is it? Briefly, Backend-Driven Development (or Backend-Driven UI, or also Server-Driven UI) is the idea of developing front-end applications with screens and flows based on servers responses . This means screens and navigation have different behaviour depending on server’s responses.2 Mar 2020
Read more