component

MIT License

Stars
3
Committers
2

Component

An experimental component implementation to render DOM

This is for advanced users.

Install

$ npm install --save halo-range

Usage

Check the examples and code in the test folder.

Todo

  • [*] signals
  • [*] reconsider compose
  • [*] save composed Components references with a key
  • support component instance in the hyperscript

Related

Tests

npm install
npm test

Dependencies

  • hyperscript: Create HyperText with JavaScript, on client or server.
  • hyperscript-helpers: Terse syntax for hyperscript
  • inherits: Browser-friendly inheritance fully compatible with standard node.js inherits()
  • lodash: Lodash modular utilities.
  • mini-signals: signals, in JavaScript, fast
  • redux: Predictable state container for JavaScript apps
  • redux-logger: Logger for redux
  • redux-thunk: Thunk middleware for Redux.
  • snabbdom: A virtual DOM library with focus on simplicity, modularity, powerful features and performance.
  • tcomb-validation: General purpose validation library for JavaScript
  • halo-dropdown: An experimental dropdown component for halo

Dev Dependencies

License

MIT Hugo Dias