Kashuab / mobx-depot

Scaffold MobX-powered models, queries and mutations with your GraphQL schema.
https://mobx-depot.dev
MIT License
8 stars 0 forks source link

Consider implementing dev tools #37

Open KashubaK opened 1 year ago

KashubaK commented 1 year ago

It would be interesting to see the lifecycle of data.

Seeing a timeline could be very helpful when debugging. For example, a user journey to update their first name might look like:

I'm thinking some sort of browser extension that presents this information in an intuitive way. Ideally one could click one of these "events", expanding it to see things like a detailed timestamp, a call stack, perhaps a user interaction that invoked it, etc.