1.9.0 • Published 4 years ago

tempo-core v1.9.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 years ago

tempo-core

tempo-core includes the basic types and building blocks for tempo implementations. The only one available right now is tempo-dom.

The tempo concept is quite simple. You describe your UI creating templates. A template has a render method that takes a context (provide the DOM context for example) and a state (the data to render).

The side-effect of render is to create a piece of UI and return a new View instance to control it.

View has a method destroy and when it is a Dynamic view a change(state: State) method.

1.9.0

4 years ago

1.8.0

4 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago