Well, I'm still feeling out the platform, but I'm tossing around some ideas for components like these:
- A generic GraphQL query component. It would be nice to be able to pop open an embedded GraphiQL UI to set up the query and maybe set variables.
- A generic "state" component that could have a list of state vars you want to track. The UI I'm envisioning would let you add a list of state vars (essentially wrapping `useState`) and their default values.
- An authorization component that could show/hide children based on a role or auth status. The UI would need to be able to select the role or user property to key off of.
Maybe these would be built into the platform itself in the future, but they could probably be done as components in the meantime.