Importing Mongodb data using React Web

Hi,

I am new to MongoDB and am having troubles importing data from the database using React Web. I can embed charts without problems. However, I want to import the data in its raw from so it can be imported into in-house developed charts for more interactive uses.

When importing authorized users for logging in, we used
[ import { Stitch } from ‘mongodb-stitch-browser-sdk’ ] to import users. How do I do this to import data to be used for charts and other visual representations outside of MongoDB charts?

Thanks for any help.