I've been studying frameworks and libraries like Ember, Angular, and React the past several months, and given Web Components a lot of thought. These all solve similar problems to varying degrees, and are in conflict in some ways and in harmony in others.
Read more »
tldr: Apps built with React Navigation will be able to run on Airbnb’s native-navigation without invasive changes. (more…)
Read more »
Both frontend and backend developers write tests. Testing is an excellent way to guarantee code quality. (more…)
Read more »
React Native is fast by default, but it’s so easy to make it slower. At
first, I will explore what's going on under the hood. The key to better
react native performance is understanding how react native actually works.
And I will provide the main ti... (more…)
Read more »
Steppers let you display content in sequencial steps, in this tutorial we are going to create an animated Stepper in React. (more…)
Read more »