React.js is a great library for creating user interfaces consisting of components. In the browser React is used to output DOM elements like divs, sections and.. SVG! The DOM supports SVG elements, … (more…)
Read more »
We live in the world with a vast array of mobile devices, primarily dominated by two platforms: iOS and Android. It’s a two-horse race, and I’m sure we can all agree on that. Building a mobile… (more…)
Read more »
Animations make your mobile app stand out, look more interactive, and help you increase engagement. Slack would be just another chat app… (more…)
Read more »
React Native lets you build mobile applications for iOS and Android using JavaScript. This tutorial will show you how to use OAuth to authenticate users in a React Native application. (more…)
Read more »
Create React App (CRA) is a very good tool for creating react apps from the CLI without build configuration. Learn how to create a custom...
Read more »