Skip to content
micro-frontend.dev 2.0

Trisomorphic JavaScript Web Apps

Author: Natalia Venditto

Date First Published: Wed Jan 04 2023

Trisomorphic rendering, or trisomorphic JavaScript web apps

This type of rendering, directly involves the implementation of service workers.

If isomorphic describes an implementation that runs both client-side and server-side, trisomorphic as you may have deduced by now, involves a third dimension and that is the service worker thread. We can use the service worker’s caching interface to store full chunks of dynamic HTML to be integrated when the user demands a specific view, or in response to an event or change of state.