Converts an array of items with ids and parent ids to a nested tree in a performant O(n) way. Runs in browsers and node.
Easily construct highly customizable bi-directional tree structures from iterable data.
An array have children key and parentId key like tree.