How to Speed Up Mobile App Development with Expo OTA Updates
There are a lot of articles out there talking about how great it is to use OTA updates in production, but in this article, I’d like to focus on the…
The Art Of Multistep Forms #1 — Navigation
Recently, we've had to implement a multistep form and it resulted in a very well-rounded implementation, on this form we have: validation, state management, local persistence, and backend sync. Throughout…
Fetch data in an effective way with React Query
In this article, we will talk about the React Query library and how it can make your React apps more fast and responsive. Web applications are becoming very popular nowadays,…