12/02/2024
State management is a crucial aspect of any application development, especially for complex and dynamic apps that need to share data across multiple components and screens. Building a React Native & Expo app has many options to choose a state management library that can help you manage your app’s state efficiently and effectively.
This article will compare some of the most popular and widely used state management libraries for React Native and Expo app development, such as React Context API, Redux, Redux Toolkit, Zustand, and TanStack Query.
We will also share our perspective on the ease of development, benefits, and pitfalls of using each library, and help you decide the best possible solution based on your app requirements.
31/01/2024
This year, I plan to create a series of React Native and Expo content, starting with fundamentals like understanding the React Native core components. I will then submit my article to a popular publication on Medium named by
gitconnected
I received an email tonight informing me that my content has been accepted and published on their network. This is a significant achievement for me, as it means my work will now reach millions of readers. It's also a great motivation for me to keep creating content frequently. Alhamdulillah!
24/12/2023
A solid understanding of Flexbox and Grid is crucial for any UI-facing developer, as these two layout tools are commonly used in modern digital product design. Joshua Comeau, a seasoned developer and educator, has created two interactive guides that teach these topics with interactivity, visualization, and animations, making them easy to comprehend. By studying these guides carefully, you can become proficient in both Flexbox and Grid.
17/12/2023
After two and a half years, Dan Abramov (React Core team member) has returned with a new Chain Reaction post on his blog . Link in the comments.
15/12/2023
React Native v0.73 comes with major debugging improvements.
13/12/2023
📣 Expo recently introduced build annotations!
Build logs can be difficult to parse and even harder to find and resolve the root cause for those errors. To make build errors easier to resolve, Expo introduced a feature that adds annotations to build errors that highlight reasons and fixes for commonly seen build errors. Build Annotations can be spotted on both build and submission logs.
So if your build or submission fails, look out for the blue speech bubble in your logs in case there are any suggestions on resolving it.
12/12/2023
In the vibrant world of mobile app development, buttons stand as critical bridges between users and desired actions. But they're more than mere functional elements; they can imbue your app with personality, guide user interactions, and even set the tone for the entire experience.
This blog post dives deep into the art of crafting captivating, accessible, and animated ways to create buttons in React Native and Expo, equipping you with the knowledge and techniques to elevate your app from ordinary to extraordinary.
We'll explore best practices, delve into different implementation methods, and discover the magic of animating these interactive elements. This guide will empower you to design buttons that are not only visually appealing but also inclusive and user-friendly. So, buckle up and get ready to unleash the full potential of buttons in your React Native app!
08/12/2023
React Native v0.73: Introducing Bridgeless Mode 🎉
Bridgeless mode is the next stage of work to enable React Native's New Architecture. It removes all remaining dependencies on the legacy bridge architecture and improves reliability. You'll need to explicitly enable Bridgeless mode and migrate any relevant APIs as shared.
07/12/2023
React Native 0.74 will bump the minimum SDK version to Android 6.0 (API 23)
03/12/2023
The landscape of mobile app development is evolving, and React Native and Expo are becoming increasingly popular tools in the industry.
In today’s fast-paced world, mobile app development has become an essential requirement for businesses to remain competitive. However, with the constantly evolving technology landscape, developers are always looking for new and better ways to build mobile applications. This has led to the rise of React Native and Expo as popular tools in the mobile app development industry.
In this guide, we’ll walk you through the fundamentals of React Native and Expo, help you set up your development environment, and guide you in creating your first mobile app.
Details on the 1st comment
02/12/2023
When we talk about the CSS box model, we’re essentially breaking down how every element on a webpage is structured. Imagine it as a set of nesting dolls, each containing different layers. These layers are what create the look and feel of every webpage you see.
Article Link Avaialble ⬇️