In this post, I will show you how to do form input binding (hooks) in both React and Vue.js. The objective of binding is the same for both libraries but differs on the implementation. Again this series is not about which is the best but instead to learn h... (more…)
Read more »
For the past year, we've been working on improving performance of animations that use the Animated library. Animations are very important to create a beautiful user experience but can also be hard to do right. We want to make it easy for developers to cre... (more…)
Read more »
We have been hard at work on a client project using React, and we've established a set of rules to help us keep the CSS in order. (more…)
Read more »
React Native JSI (Javascript Interface) is the new layer that helps in communication between Javascript and Native Platforms easier and faster. (more…)
Read more »