Loading...

Articles With Tag: react

Implementing the Anti-Corruption Layer Pattern in React Applications

7/17/2023

Discover how the Anti-Corruption Layer pattern can simplify interactions with third-party APIs and component libraries, aiding updates and migrations, while maintaining your React application's integrity.

Automated Deployments to Skynet Using GitHub Actions

12/4/2021

Automating your Skynet workflow (or any workflow in general) is key to being productive while developing an app. In this post I'll explain how you can leverage Github Actions to automate deployments to Skynet.

Adding Google Analytics to NextJs

11/15/2021

In this post I'll go over a couple of approaches you can take for adding Google Analytics to a NextJs app.

How To Render a Video From a MediaStreamTrack in React

11/13/2021

Learn how to render a video element with a MediaStreamTrack (part of the MediaStream API) in react.

Rendering Target Attribute on an Anchor With react-markdown

11/11/2021

Rendering a target attribute on an anchor tag from markdown (targets don't exist within markdown) in React can be challenging. In this post I'll show you how it's done using react-markdown.