This guide examines the core concepts, differences, features, and benefits of two frontend frameworks: Lit and React.
The react-native-blob-util
and react-native-fs
packages allow us to access and manage the file systems of our devices.
react-ts-form
react-ts-form
is a complete and customizable library for creating more maintainable type-safe forms in React while avoiding boilerplate code.
Build a full-stack TypeScript app using tRPC that will be type-safe when it comes to the code, and compare tRPC to RPC, REST, and GraphQL.
The updated Pointer Events API presents new opportunities for creating interactive apps with React Native. Learn more about it in this post.
Improve developer experience (DX) by learning to create your own React code editor and syntax highlighter, and comparing it to Prism.js and Highlight.js.
Use React Native and the MapView component to render a Google map with customizable markers, floating buttons, and more.
Create reusable React components with Tailwind CSS, an easy way to style apps without high-level mastery of CSS.
FlatList
React Native FlatList is a component that allows you to render lists with zero hassle and minimal code. Let’s explore how to use it.
In this article, you will learn how to super charge your API requests using Axios in a React Native application.
We explore three popular open source packages for implementing zoom, pan, and pinch functionalities in React applications.
useMemo
vs. useCallback
: A pragmatic guideThe useCallback and useMemo functions are excellent instruments for fine-tuning React, follow along to learn how to use them.