In this article, we will discuss the basic components present in the Jetpack Compose. TextText is the most basic view and is almost required by every component. Jetpack Compose makes it easier to
React Native JSI is a lightweight API that embeds a JavaScript engine in a C++ application. React Native Fabric uses it to communicate between its C++ core and React. Why JSI?JSI acts
We have previously discussed SwiftUI basic components. In this article, we will be looking at some complex components offered by SwiftUI that will help you build your application easily. StacksSwiftUI makes it very
TurboModules are the new way in React Native to interact with the native side. They were introduced in React Native's new architecture to speed up the way Native Modules are initialized and invoked
In this article, we will discuss architectural layer used injetpack compose. You can read more about jetpack compose in the following article. LayersThe major layers present in jetpack compose are: Material This layer
Fabric is the new rendering system in React Native's new architecture which has replaced the current UI manager. To understand it in more depth, let's look at how UI is rendered in the
When it comes to app development, the application lifecycle is crucial. There are lifecycle methods for dealing with these lifecycle events. Using these lifecycle methods, we can perform specific tasks whenever the application's
In the latest React Native release, the team at Meta announced that Hermes will be released bundled with React Native from now on. That is, with each new React Native release, Hermes engine
Just as we were getting comfortable with version 0.68, within only 3 months, the developers at Meta released a new version of React Native. This version brings about several improvements and new
Since Apple introduced its new SwiftUI framework in 2019, developers have quickly started migrating to it as it offers a straightforward and powerful medium to create app interfaces that work seamlessly on iOS,