| While researching the component/container architecture we are currently using, I came across this article[1] from Dan Abramov. He suggests using React hooks instead. We should investigate what this would look like for our detailed UI screen vs the existing component/container design pattern. React Hook documentation - https://reactjs.org/docs/hooks-intro.html [1] https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0 |