When we use Typescript with React and we want to pass a children as prop to one of our components , we need to …
Credits to https://www.pexels.com/@tranmautritam/
If you’re struggling about what types to use for React components that have children in Typescript, so you can …
Credits https://www.pexels.com/es-es/@khoa-vo-2347168/
We can use react memo and useCallback to prevent a component from being rendered, uselessly, multiple times by …
credits https://www.pexels.com/es-es/@timegrocery/
The useCallback, useMemo and memo functions are used to optimize React applications using memoization, avoiding useless …
Credits to https://www.pexels.com/es-es/@timmossholder/
After several weeks posting about Django I wrote a short post about React, about libraries, because man does not live by …