Frontend

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

Displaying all 9 posts

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

Building Commit Graphs

Posted in April 2017 on the Codebase blog

Git and Mercurial both come packaged with handy utilities to visualise the commits in your repository as a graph. We include this functionality in the Codebase interface as well. A...

Gulp & Rails

Posted in July 2014 on the aTech Media blog

I’ve recently started using Gulp rather than the built-in asset pipeline in Rails. Gulp provides a fair amount of additional flexibility and functionality which I am very much enjoying.