Optimizing Memory Issues in External Dependencies
Normally, when trying to optimize long lists for low memory usage in libraries such as React, it is advised to use node modules like React-Virtualized. However, this can result in…
Normally, when trying to optimize long lists for low memory usage in libraries such as React, it is advised to use node modules like React-Virtualized. However, this can result in…
Unions are great and working with them in typescript is a piece of cake in most cases. That is, until you stumble upon the following problem: you must define all the…
Nowadays there are many options when it comes to deploying a React application to the cloud. In this blog article I will walk you through a step-by-step guide on how…
This blog post focuses on mocking GraphQL query responses and describes how to write a unit test for a React component with Apollo Client using React Hooks, Jest, Apollo’s MockedProvider…