Build a simple FLIP animation in React

The FLIP technique allows for declarative and performant animations. In this article, we will look at a simple way to implement this method using React. Read more

Similar

React XSS Protection

Although I never set out to write a ‘React XSS Cheat sheet’, this blog for some reason is the third Google hit for this term. In fact when I started digging into website analytics I found there are some really interesting backlinks going on. This Avast fo... (more…)

Read more »

React’s UseRef Deep Dive

useRef is well known for get access to DOM elements. However, it can also be used as a way to keep a mutable value around within a component. Similar to useState that doesn't trigger a re-render. Read more for a deep dive on useRef. (more…)

Read more »