Travel Posts
- Japan - Trip Report
My recent trip to Japan/China
Tech Posts
- Semantic HTML - What is it and why should you use it?
Aka how have I been in this career for 4 years and not learnt about this
- React re-renders on state change - right?
An edge case where you can update the state but not re-render the component
- What is the !. operator?
The hardest operator to Google maybe?
- Stale State and Ag-Grid
What to do when Ag-Grid uses an old state value.
- Be Careful Where You Spread
A quick Javascript tip to stop you spending time on this again
- Passing a function as a useEffect dependency
What to do when you're getting the dreaded `React Hook useEffect has a missing dependency 'myFunc'.` warning.