1.1.0 • Published 6 years ago

oh-wheel v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

oh-wheel

Preact-like JavaScript library for building modern user interfaces.

Unit Tests

compose 1. composes from right to left 2. composes functions from right to left 3. throws at runtime if argument is not a function 4. can be seeded with multiple arguments 5. returns the first given argument if given no functions 6. returns the first function if given only one

h 1. should return a VNode 2. should preserve raw attributes 3. should support element children 4. should support multiple element children, given as arg list 5. should handle multiple element children, given as an array 6. should handle multiple children, flattening one layer as needed 7. should support nested children 8. should support text children 9. should support number children 10. should merge adjacent text children 11. should merge nested adjacent text children 12. should not merge children that are boolean values 13. should not merge children of components

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago