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