Accessing query parameters in MSW
'21 Dec 08 — msw
Accessing query parameters in Mock Service Worker
Handling Axios errors in Typescript
'21 Nov 11 — typescript, axios, msw
Handling Axios errors in Typescript Kent Dodds wrote an awesome article on how he handles catch-block error messages in Typescript. This…
Handling `undefined` in Jest and Typescript
'21 Nov 10 — jest, testing, typescript,
Handling undefined in Jest and Typescript You may come across the following error Argument of type x | undefined is not assignable to…
Adding a description to a Story
'21 Oct 30 — storybook
Adding a description to a Storybook Story in either CSF or MDX.
Using stories as components in Storybook
'21 Oct 28 — storybook,
Using stories as components in Storybook One thing I've always wondered is if it's possible to re-use a Story, or use a Story as a component…
Customizing VSCode Token Colors
'21 Jul 26 — vscode
In VSCode, open command palette and search for "Inspect Editor Tokens and Scopes". This will allow you to identify which scopes you want to…