Get coding tips and tricks from our team that solve real-world problems, and help you optimize your development workflow.
Introducing useComplexState hook, - a small wrapper combining Redux Toolkit, useReducer with some extra syntax sugar to make things even simpler and more to-the-point.
A few patterns to help you deal with randomness in your codebase.
Short discussion about helpful error messages, and a solution to the problem
A simple example that demonstrates when useState is no longer a good idea, and how to make useReducer less scary to work with.
We are happy to announce that the example showing many advanced patterns related to GraphQL usage is updated to Chimp 3.0
I'm sharing my day-to-day pattern for prototyping with JavaScript
If you have been doing serious work with GraphQL over the last few years, you surely saw the "more than one instance of GraphQL error". Let me help you deal with it.
We will show you how to add chimp to an existing application based on our simple example
We've rewrote Chimp, simplified the setup and fixed some defaults. We hope you will enjoy the new development experience!
What do you do when you are in need to figure out a complex type? Many just give up - they either make a use of any or jump through a lot of hoops that in the end makes their code less maintainable.. but at least they didn't have to figure out the types, right? :)
Simple git trick to have a global .gitignore file
TypeScript documentation generously helps us with an example, that, usually does not work out of the box.
Learn how to write automate tests for your federated GQL µservices