Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This example illustrates the usage of Hullos DOM renderer.
Hullo is a set of tools based on asynchronous, pressure resolving observables that tie everything together.
What Hullo does differently is not just that it is based on its observables - a general reactivity tool. Library itself does not have a notion of component - those will live only in user/conceptual space. Instead, Hullo DOM renderer uses observables to build nested streams structure reflecting future changes in DOM - if something is meant for it to be changed in runtime, it gets a stream of values, otherwise - a simple value represents it.
This approach makes it so every DOM element property gets the same attention as components in other frameworks. Since they are precise about what has to change, no diffing occurs in the library.