How to create UI List / Table of Documents (for admin)?

Hi, i have app build meteor + React.

I’m looking for easy way to create UI List / Table of Documents from SimpleSchema (or something similar)

Is there any component for this?

For blaze there is orion (https://github.com/orionjs/orion) or meteor-admin, but there is no react-version yet.

There are two autoform-like packages that work with simpleSchema, that could help building such a ui:


We would also need a data-table package like (https://github.com/aldeed/meteor-tabular/, also blaze) and then we have everything in place to create such an admin-package for react