JavaScript Hybrid Rendering
What is hybrid rendering?
To keep it short, hybrid rendering strategies combine static generation with server-side rendering techniques and total or partial hydration.
Why hybrid rendering?
When we design with the user in mind and consider the different expectations they may have while browsing different parts of an application, we may want to consider enabling hybrid rendering for one application view (withe the help of frameworks that support it), or across vertical micro-frontend splits.