All Articles - DeployHQ Blog

Displaying posts 217228 of 268 in total

Migrate your GitHub Service Integrations to Webhooks

As you may have seen, GitHub are currently discontinuing their old services integrations and replacing them with webhooks. In the past, users would add one of these to enable automatic...

Build command templates

We're pleased to announce the addition of a handy new feature to the DeployHQ build pipeline today - the ability to choose from a number of common build command sequences...

Discontinuation of GitHub services in favour of webhooks

Recently, GitHub posted some announcements in relation to the deprecation and discontinuation of their old Services, to be replaced by Webhooks. This primarily affects Automatic Deployments in DeployHQ.

What does React.memo do?

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