Frontend

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

Displaying all 7 posts

How to Deploy Laravel with DeployHQ

Posted in February 2025 on the DeployHQ blog

Set up automated Laravel deployments with build pipelines, database migrations, cache management, and zero-downtime releases. Works with any SFTP/SSH host.

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