Tagged articles
2 articles
Page 1 of 1
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Sep 5, 2017 · Frontend Development

How to Build Scalable Web Modules: Architecture, Encapsulation, and Dependency Management

This article explains how to design scalable web modules by defining their composition, encapsulating HTML/CSS/JS, managing dependencies with uniform identifiers, flattening hierarchical relationships, and applying scheduling strategies for module display, switching, and messaging in single‑page applications.

Frontend ArchitectureSingle Page Applicationmodule encapsulation
0 likes · 11 min read
How to Build Scalable Web Modules: Architecture, Encapsulation, and Dependency Management
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jan 8, 2017 · Frontend Development

Building a Scalable Web Interactive System with NEJ: Module Decomposition Guide

This article, the third in a series on constructing high‑scalable web interactive systems, demonstrates how to use NetEase's NEJ framework to decompose complex SPA modules, define hierarchical and dependency trees, register external and layout modules, map functionalities, and configure the entire application for scalable development and maintenance.

JavaScriptNEJSPA
0 likes · 22 min read
Building a Scalable Web Interactive System with NEJ: Module Decomposition Guide