Learn how to build a simple pomodoro timer using Tauri, a set of tools for building cross-platform desktop apps using frontend frameworks.
Google offers tons of APIs for accessing its map services, one of which is the Places API. The Places API […]
Unit testing is used by developers to verify that an application runs well. It involves checking every module of the application independently.
Learn how to build React applications with Vite and how to migrate from Create React App to Vite. Compare the core concepts of both tools.
Polyfills are essential to using the latest and greatest tools in your apps. Learn how to build them from scratch in this post.
Learn about using Atomic Design with React Native apps — what it is and the role of each element that makes up the methodology as a whole.
There are several ways to make AJAX requests that you can choose from for your React Native app, and we cover quite a few in this post.
React Native Zephyr is attempting to bring the Tailwind CSS experience to React Native, and picking it up is easy if you are already familiar with Tailwind CSS.
Explore the benefits of using Hermes as the JavaScript engine for your React Native application and follow a thorough tutorial to get started.
Detecting visible components can be tricky, but in this tutorial we build toward a usable solution that avoids some FlatList API limitations.
Learn how to build a typewriter effect for code blocks using React with syntax highlighting.
Explore common React Native errors such as “command not found” and learn about their causes and potential solutions.