Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Front-end Integration

Sumit Rawal answered on May 14, 2023 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers

  • front end mentor
  • front end and back end
  • practice front end development
  • is javascript front end or backend
  • Test your front-end against a real API
  • front end and back end meaning
  • front-end developer essential skills
  • understand frontend
  • to separate Front-end and Back-end apps by '/api/' in a same server
  • Backends For Frontends
  • backend to frontend api

  • Front-end Integration

    0

    Microservices can also be integrated with a web front-end. Dividing the front end into different modules helps to solve some of the problems that come from treating it as a monolith. A modularized front-end is made up of separately deployable microservices. This can bring many benefits to your front-end.

    For example, a modularized frontend can have independent domain logic, and a change in the domain can be implemented simply by modifying only one microservice. To combine separate front-ends, they must be integrated, so an integration system is necessary.

    Front-end Monolith divided into Modules

    This can be accomplished through links, where one frontend displays a link that another frontend reads and handles. This can also be accomplished through redirects, for example, how OAuth2 handles frontend integration. Redirects combine data transfer with frontend integration.

    There are, however, a few exceptions when a frontend should be deployed as a monolith. For example, native mobile applications should be deployment monoliths, or if there were a singular team responsible for frontend development.

    Popularity 3/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 14 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.