Articles tagged #react
-
Testing Library Vs Enzyme
https://testing-playground.com/https://testing-playground.com/ it’s a website I recommend you to check it out, like the name suggests it
-
Shape Up Ryan Singer
December 2020 I did read some books and papers: The MM-M book, Design by Contract, PROGRAMMING WITH ABSTRACT DATA TYPES, Shape Up: Stop Running in Circles an...
-
Optimizing React With Memoization
It’s important to understand the component lifecycle and when to re-render. Some tips to optimize React include: