BitGlean

Blog

Unified Integration of Multiple Rendering Methods: Design Approach for a BFF Page Architecture
Frontend

Unified Integration of Multiple Rendering Methods: Design Approach for a BFF Page Architecture

In complex business scenarios, page rendering is no longer a binary choice between SSR and CSR, but a systemic design problem concerning experience, stability, and engineering governance.

15 min
T
Frontend

Transforming the Messy Work of EDM into an Algorithm Problem: A Breakdown of a MasterGo Plugin Implementation

This project's core value lies in turning a tedious visual translation task into a clear layout tree reconstruction algorithm problem. The following is a detailed breakdown of the implementation.

13 min
How to Prevent Multi-Merchant Systems from Going Out of Control: A Structured Approach to Managing Differences
Architecture

How to Prevent Multi-Merchant Systems from Going Out of Control: A Structured Approach to Managing Differences

Treat merchant differences not as scattered conditional branches, but as objects that need governance.

19 min
P
Engineering

Protocol-Driven Frontend System: How to Connect Multiple Subsystems with Configuration

In MultipleSite, what truly stabilizes the entire chain is not React components or a backend page, but a protocol consumed by multiple subsystems.

23 min
Why We Abandoned the Component Library and Moved to a Page Platform
Architecture

Why We Abandoned the Component Library and Moved to a Page Platform

No longer "provide more components," but "provide a page production system." "Abandoned component library" is sensational; actually components become basic materials in the platform.

16 min
C
Frontend

Configuration-Driven Backend Assembly System: Unifying Menus, Routes, and Permissions

A config-driven approach isn't about writing code into JSON but gathering scattered definitions into a page model. Menus, routes, permissions, breadcrumbs: one.

13 min
J
Architecture

Just splitting the frontend does not make it micro frontend: the real-world implementation of a backend main shell + multi-sub-application system

Based on a real mid-back project evolution, this article discusses how the structure evolved from monolithic to main shell+sub-app collaboration and pitfalls.

11 min