Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.21 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.21 KB

Stacker-sample / client

Sample realization of web client


Description

The Stacker-sample / client is SPA web-application. It run in a browser and provides UI layer for components of Stacker-sample app. The client is very simple and based on krieven / W3View library. Of course, you can use any other technology to create a client, but W3View is perfect for this task.

Client provides separate module for each component of Stacker-sample app.

Modules are loaded as needed. For example: if there is an interaction with the basket component, the basket.html module is loaded and used, when the application switches to the catalog component, the catalog.html module will be loaded, and so on. If modules use shared libraries, then these libraries are loaded into the application only once and only when necessary.

Stacker-sample doesn't explain how to use krieven / W3View, for more information visit krieven / W3View repository on github