Animating elements in React Native isn’t as straight forward as you may expect—you can’t animate with vanilla CSS in React Native. Let’s explore the Animated
library to achieve the results of CSS transitions and transforms, and use it to create an animated toggle component.
Latest blog posts
Slow Down—You Need It
Workaholism is too often synonymized with productivity when it couldn’t be further from the truth.
JavaScript Templating Without a Library
You may have heard of or even used JavaScript templating engines such as Handlebars.js, Mustache.js or Underscore.js. They can make rendering and updating dynamic content on your website a breeze, but if your needs are dead simple, you might not need a library.