Javascript Library or other Tool to Render/Display GraphQL API Query Output?

Can anyone recommend any Javascript Library or other tools for rendering the output of a GraphQL query?

I realize that the map() and flatten() methods in Javascript can be helpful for transforming the JSON output of GraphQL into a table. But that can get a bit complex particularly when there are nested data structures and blank elements. Is there some existing tool or library which helps with this?

hi @rkaplan

Personally I like the ag-grid for React, very clean grid table.

1 Like

Thank you @basdebruin

Not only is that an excellent example - but now I see there is a whole genre of tools to do exactly what I wanted. I am trying to create a “javascript grid” and there are quite a number of javascript grid apps available.