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).
The latest news about CSS, HTML & Javascript from our in-house team of expert frontend developers.
Displaying all 9 posts
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).
Following our live stream last Thursday, we released a brand new version of DeployHQ to all our customers.
A tutorial to help you create a simple custom event system using es6 JavaScript
A quick tutorial explaining how to add a toast notification system to your React/Redux application.
It's pretty easy to start a chat with the Natterly ChatBox, just click the chat tray and the ChatBox will spring open ready for your customer to send you a...
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...
When I joined aTech Media in March this year, I was confident in my CSS methodology and workflow. It made sense to me, and I was confident that everyone around...
Earlier this week, I posted this pen on Codepen as a means of documenting a few interesting things I had learnt whilst building a multi-theme application. The pen got a...
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.