Frontend

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

Displaying all 5 posts

CDN and DeployHQ: A Powerful Duo

Posted in September 2024 on the DeployHQ blog

Ensure fast web content delivery, regardless of location. Discover how CDNs use a distributed system of servers for efficient global content distribution.

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).