0.1.3 • Published 7 years ago

hoctable v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hoctable - delegate-driven high order components


traviscodecov
releasenpm
houndgreen

Delegate-driven High Order Components?

High Order Programming is a style of programming that involves using "software components, like functions, modules or objects, as values." When combined with delegate interfaces like iOS's UITableViewDataSource (which is used to load data into a table view), a pattern emerges for creating re-usable components.

Contributing + Developing

Contributions to the library are very welcome - please fork the repository and open a PR with your changes into master.

To get the examples + library compiling locally:

$ git clone <your fork> ./hoctable
$ cd ./hoctable
$ npm i
$ npm run typings:install
$ npm run build:all
$ npm test

To see what happens when a new tag is created, check out the travis.yml file.

Learning + Documentation

For examples and api documentation:

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

8.0.0

7 years ago

7.1.0

7 years ago

7.0.1

7 years ago

7.0.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago