1.11.0 • Published 3 years ago

application-container v1.11.0

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

application-container

Graphic User Interface Application Container

What

Pure ES6+ OOP Class Implementation of the Application/Container/Component/Repeater

Why

DOM has Elements, but Application has Containers/Components

How

Embrace Element Node Objects, don't use templating or elementById use Object References

Reconciliation Strategy

  1. Once User Interface Components are Initialized the Application Structure is Frozen.
  • No application structure changes at runtime.
  • Components cannot be dynamically added or removed.
  • Component properties can be updated
  • To create a list of something, create a known number of rows, and then update properties/data.
  • Use pager or grid pattern to avoid the need to alter application structure
1.11.0

3 years ago

1.10.0

4 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago