Frontend

The latest news about CSS, HTML & Javascript from our in-house team of expert frontend developers.

Displaying all 4 posts

CDN and DeployHQ: A Powerful Duo

Posted on the 26th September on the DeployHQ blog

A Content Delivery Network (CDN) is a distributed system of servers spread across the globe. It's designed to deliver web content to users quickly and efficiently, regardless of their location.

What does React.memo do?

Posted in November 2018 on the DeployHQ blog

React.memo is a higher order component that you can use to ensure functional components only re-render when the props change (much like PureComponent for class components).