8 ms·
I've been using graphql recently and I have found it very productive. Providing a lot of flexibility to the client when querying the server eliminates a lot of
by dankent 9y ago
I've been using graphql recently and I have found it very productive.
Providing a lot of flexibility to the client when querying the server eliminates a lot of server side work that would normally be required in order to implement new user stories.
It does require a bit of a mindset change so I am often having to force myself to try doing things in a different way to my first assumption.