Frontend

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

Displaying all 5 posts

Deploying a Laravel + React Application to FortRabbit Using DeployHQ

Posted last Wednesday on the DeployHQ blog

In today's web development landscape, managing deployments for modern applications can be challenging, especially when dealing with a full-stack application that combines Laravel and React. This guide will walk you through setting up a robust deployment pipeline using DeployHQ to deploy your Laravel and React application to FortRabbit hosting.

CDN and DeployHQ: A Powerful Duo

Posted in September 2024 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).