1 个仓库
Patterns for organizing the foundational layout and separation of logic and UI in web applications.
Distinguishing note: Existing candidates focus on directory structures or visual layouts; this covers the logical organization of a JS app.
Explore 1 awesome GitHub repository matching web development · Frontend Application Structuring. Refine with filters or upvote what's useful.
Spine is a JavaScript MVC framework and client-side library designed to organize web applications into maintainable components and modules. It functions as a modular frontend architecture that separates data management from user interface logic using the model-view-controller pattern. The framework operates as an event-driven state manager, utilizing a publish-subscribe messaging pattern to synchronize application state and update views. It includes a template-based view engine that generates HTML by injecting dynamic data from a model into predefined markup. The system provides tools for fr
Provides a foundational layout to keep business logic separate from the user interface.