10.6.0 • Published 4 years ago

@diez/engine v10.6.0

Weekly downloads
1,640
License
SEE LICENSE.md
Repository
github
Last release
4 years ago

@diez/engine

The Diez engine provides the basic building block of Diez packages:

  • A Diez prefab<T> class factory which can be used to define cross-platform prefabs.
  • A thin serialization engine which obeys simple serialization instructions for prefabs.

Diez components generally should be composed with nested components and primitive values in order to produce semantic and readable component hierarchies. See here for some advanced examples of how components can be composed to build a design language.