Chris's articles
Adding Voice Search to a React Application
Ever thought of adding voice search to your app? It's quite easy! Learn how to use the Web Speech API to build a voice controlled app.
Learn Remotion: Create Animated Video with HTML, CSS & React
You don't need fancy video-editing software to create videos containing text, animations, colors, and shapes. Learn how to do it in React with Remotion!
A Beginner’s Guide to the Micro Frontend Architecture
Learn about micro-frontends, an architecture pattern for building scalable web apps and user interactions, like a sliced-up single-page app.
Styling in React: From External CSS to Styled Components
Chris Laughlin takes a look at some of the options for applying CSS styles to React components, and introduces the styled-components library.
Refactor Code in Your Lunch Break: Getting Started with Codemods
Take the pain out of updating your code using jscodeshift to automate the changes. Chris Laughlin introduces explains how to create and apply codemods.