News

Custom Hooks are JavaScript functions that utilize existing React Hooks to encapsulate and reuse logic among different components. They help keep code DRY (don't repeat yourself) and promote ...
React Hooks are a new (-ish) way of using state and other React features without writing a class, and in general, keeping code much simpler to understand and share. In iPlayer Web, we have decided ...