One of my most frequently-used open-source tools is datatables.net, a jquery-based interactive table with dynamic sorting and searching. I sought to bring the simplicity of that project's serverside API to React, using Redux to handle state changes. The result is redux-remote-datatable.
I limited the scope solely to server-processed data since this is primarily how I used datatables in the past. Take a look at the project readme for more info or to get started.