Snippet: Material UI Responsive Icon Button
A quick code snippet to hide button text on small screens using MUI and TypeScript

Search for a command to run...
Series
In this series, I'll post my experience, how-tos and gotchas converting an existing React App to Typescript.
A quick code snippet to hide button text on small screens using MUI and TypeScript

In this post, I explore a handful of TypeScript features to create Union types from a Bijective Map and use them to restrict what value (not just type) the keys can take when sending data object to Google Analytics. As a recap, two sets are describe...

Material-UI is an excellent UI library of React Components following the Material Design spec. Even if you don't adhere to the Material Design spec, Material-UI is super customizable for your specific needs. A few of the great features of Material-U...

I've become a huge fan of Linting over the last several years. Along with figuring out how to write to stdout for debugging and getting unit tests running, it is one of the first things I get set up when starting a new project or learning a new lan...

A common practice with Material-UI is to wrap a component around another to extend the wrapped component in some fashion. For example, the Card component wraps the Paper component. The Card explicitly defines a set of props it allows and transfer...
