Rob

Rob is the Product Development Manager at aTech Media. He is absurdly tall with a passion for CSS, JavaScript, burgers, and rugby.

A few of the latest posts from Rob

How to add live chat to your website

Posted in June 2019 on the Natterly blog

Adding live chat to your website is actually quite straightforward. You simply need to choose a live chat service and copy a few lines of code onto your website to embed the chat widget itself.

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

Read everything from Rob