React Testing Library – a quick overview

React Testing Library

React Testing Library is a part of the Testing Library (@testing-library) family of packages.The Testing Library helps us test the UI of our applications in a user-focused way, with its core library being the DOM Testing Library from which all other libraries within that family branch out or interact with. It is not specific to […]

Why we don’t use external state management libraries (anymore)

Our team at Deegloo started working on a new project in September last year. The goal of the project is to develop a React library that will simplify the steps necessary to implement feature pages in a web app for our client Dairy.com. By providing appropriate configuration and HATEOAS links, the backend drives the look […]