MobQL: A data loading library built on top of MobX #2868
Rodentman87
started this conversation in
Show and tell
Replies: 1 comment
-
cool 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A couple weeks ago I had this idea for making a library that creates GraphQL queries, similar to what MobX did for state management. I then realized that MobX was the perfect thing to build this on top of, the reactive programming of MobX means that components can automatically re-render once the data is finished being fetched. I threw together a quick proof-of-concept, and now I've got a beta version that's likely gonna change a bit before its first stable version as this is my first public package and there's definitely a lot of changes that need to be made.
The repository is here: https://github.com/Rodentman87/mobql. Feel free to poke around and give your thoughts on the project.
Beta Was this translation helpful? Give feedback.
All reactions