Meteor React filter for sorting results

Hello!
For first, sorry for my English.
I have a problem with understanding Meteor React. For example. I have a page with the list of user’s orders(id, name, price, date).
What need to read to create filter. For example get orders by date range, or price range etc.
Thank you.

First make sure to have read Publications and Data Loading | Meteor Guide

Second, if you google “meteor sorting list react” you will get a nice listing of how to do what you want such as:

https://themeteorchef.com/tutorials/sortable-lists-with-react-sortable