Arrange Act Assert

Jag Reehals thinking on things, mostly product development

Posts about “react”

Tailwind Top Tip - How to display the current breakpoint

23 Nov 2023

Showing the currently active Tailwind breakpoint streamlines building and debugging, allowing for rapid adjustments and a clearer understanding of how your designs adapt to different screen sizes.

tailwind-breakpoint-display

In this post, you'll find examples of how to add this feature to vanilla HTML, React, Vue, and Svelte.

Read More →

Creating An Animation Sequence Using Framer Motion

01 Mar 2022

Framer Motion makes creating a sequence of animations easy.

In this example, we will create a React component that animates a circle in the center of three boxes.

framer animation sequence

Read More →