Using CSS Grid to sandwich scrollable content been a page header and footerThe other day I had a task to create a page that renders a scrollable list of items between a page header and footer.Apr 29, 2021Apr 29, 2021
React testing simplified with humble components.React components can contain a mix of logic state and side effects. With the React hooks, it is now possible to turn once pure functional…Mar 16, 2021Mar 16, 2021
Techniques for reducing prop drilling in ReactProp drilling is the result of having to pass props between multiple components that are not using them directly but mealy passing them to…Mar 13, 2021Mar 13, 2021