16 Stories by Aman Mittal
Component libraries offer pre-developed components that help us deliver our React Native projects faster. Explore some popular ones, like React Native Paper, React Native...
Using TypeScript in your Node.js and Express backend projects can be beneficial, but it does come with a bit of a learning curve.
Explore Tamagui, a UI kit that includes a series of themes, media queries, and typed inline styles, as well as an optimizing compiler.
In this tutorial, we are going to discuss one of the strategies to implement an authentication flow using an email sign-in provider with React...
Use React Native for Web, a React compatibility layer, to write React code that you can share between web and mobile apps.
State management libraries exist to solve problems that arise in applications with many components. Use Redux to manage the complexity of your React Native...
Here, you can take a look at the top React table libraries in 2021 and narrow down what the best one is for your...
Sharing elements in between screens in React Native using React Navigation Shared Element Transition makes the process smooth for development and end users.
In this article, we are going to take a look at some of the best modal components out there in the React community that...
Cross-platform mobile app framework React Native has a ton of open source libraries that help visually represent data. Here are the top eight.
In this tutorial, we'll discuss what advantages a library like styled-components has over the general StyleSheet manager in React Native.
We are going to use a React Native community package, called react-native-viewpager, that allows us to swipe left or right between different pages where...