I am trying to really learn crossfilter but keep struggling with grasping the concepts. One thing I don't understand that I think might help shed some light on this library is figuring out is why we need to use groupAll().reduce() instead of just group().reduce() in the function to tally up items in an array in the examples found here:
Is there a best practice someone found for debugging and really drilling down into what is going on? I'm used to being able to set break points...
Thanks for any help!