Edupala

Comprehensive Full Stack Development Tutorial: Learn Ionic, Angular, React, React Native, and Node.js with JavaScript

React Native Local Notifications Using Expo: A Tutorial

React Native is a popular framework for building cross-platform mobile applications using JavaScript and React. One of the features that React Native provides is the ability to send local notifications to users. In this tutorial, we will learn how to use React Native local notification using expo. Here is the screenshot of React native local […]

React Native expo image picker custom component

Let built expo image picker custom component, so that we can reused it in all over our Application. The CustomImagePicker component, designed for React Native applications, utilizes the expo-image-picker library to enable users to either capture a new image using their camera or select a pre-existing one from their photo library. Expo image picker custom […]

Mastering Custom Input Components in React with TypeScript ?

Forms should feature intuitive and reusable elements as a part of a modern web development standard. Thus, React in collaboration with TypeScript will allow developers to create input components that will be efficient and scalable as well as type-safe. Why Custom Input Components in React with TypeScript? When developing custom input components in React with […]

Building a react polymorphic components with TypeScript

React is a popular JavaScript library used for building user interfaces. One of the key features of React is the ability to create reusable components. Creating a polymorphic React component with TypeScript involves defining a component that can render different types of content based on props. This allows for flexibility and reusability within your application. […]

React typescript build wrapper component that render different elements

A React TypeScript build wrapper component is a powerful tool that allows developers to customize the rendering of various elements within their applications. This component is designed to wrap around other components and provide additional functionality or customization options. In this artilces we are also learning Type predicate to render element based on type condition. […]

Understanding ComponentPropsWithoutRef in React: When and How to Use It

In this article, we will explore when and how to use ComponentPropsWithoutRef with real use cases. One of the key features of React is the ability to create reusable components that can be used throughout an application. When creating a component, it is often necessary to define the props that the component will accept and […]

Scroll to top