You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many times you get data from a server which has been pre-reduced in some way (e.g. already has a count)
In those cases it would be exceedingly valuable to allow count to simply sum those counts together.
I think we need to work on a general approach to this. See the list I've started at the end of https://github.com/esjewett/reductio/blob/master/NOTES.md. My thinking right now is a whole separate set of reducers for pre-aggregated data.
Many times you get data from a server which has been pre-reduced in some way (e.g. already has a count)
In those cases it would be exceedingly valuable to allow count to simply sum those counts together.
Proposed api:
The text was updated successfully, but these errors were encountered: