Avoiding deeply nested component treesBy passing child components down instead of data you can avoid passing data down through many levels of components. It also makes your…Jun 22, 201720Jun 22, 201720
Published inXebiaDesign by contract using GraphQLWhen interfacing between systems it is good practice to think about the interface design prior to developing the systems. GraphQL can be a…Feb 20, 2017Feb 20, 2017
Combining Chai and Jest matchersIn this post I am going to show how to combine both Chai and Jest matchers in the same codebase. This can help migrating existing…Nov 3, 20165Nov 3, 20165