sorted-list
Render a reducible of sorted lists
Example
var SortedList = var foldp = var map = var fold = // Accumulate a state representation of a listvar state = // make sure it's sorted! and that's it's a list of elementsvar sorted = var container = document // SortedList will ensure it's all in there correctly in// order of your arrayvar list = // make sure to fold reducible somewhere!
Installation
npm install sorted-list
Contributors
- Raynos