39 results for “topic:forwardref”
A wrapper around React.forwardRef() that allows HTML attributes and prop types to be derived from the "as" prop.
React higher-order component (HOC) for ref forwarding
Utils to help with React 16.3+ forwardRef method
Demonstration app for talk "React in 2019"
A personal learning hub for exploring React.js fundamentals, hooks, routing, state management, and hands-on mini-projects.
React Project to practice and showcase working with functional components, managing state with redux and redux toolkit, working with REST APIs, using NPM packages and animating React App.
This responsive web application, built with ReactJS, allows users to create professional resumes by entering their details through structured forms. It provides a real-time preview of the resume as the user fills in each section. The final resume can be downloaded as a PDF, making the process simple, efficient, and user-friendly.
This is a custom Pin Input project in react. where I have used forwardRef in order to see how and where it can be used in application in react. It is custom pin input as you might have seen in various webisted which require an OTP login.
This project is a project management app which is built using React.js. It covers concepts such as object / array destructuring, props, conditional rendering, useState, useRef, forwardRef, and useImperativeHandling.
This is a Simple Example Way to use React ref, forwardRef and useImperativeHandle hooks
A practical project with React
Monthly personal budget application developed with reactjs, following the Udemy Tutorial from @jonasschmedtmann.
Learning how to use advanced refs on React.
This application is created to demonstrate how redux is used in React application [Work in progress]
POC of indexedDB.
Stop the timer once you estimate that time is ALMOST up!!
Open-source icons with optical precision — 6 styles, one definition. Stroke-compensated. Weight-normalized. Pixel-hinted.
fun and engaging game where your timing skills are put to the test! Can you stop the timer at the perfect moment?
A food ordering application built with react.js.
an awesome clone of hulu getting all datat from tmdb api
Registering email and password as an input from the user. If fields are incorrect, it will first focus on the email field and then to the password field. Creating custom input components and using forwardRef and useImperativeHandle to forward the component function to the custom input and using useState, useEffect, useContext API and useReducer
This project is a timer game which is built using React.js in which score is based on being able to stop time as close to the timer. It covers concepts such as object / array destructuring, props, conditional rendering, useState, useRef, forwardRef, createPortal and useImperativeHandling.
Forward Ref in React
Simple Form for practicing forwardRef of React
Interactive and accessible dice game built with React. Uses multiple hooks to manage state and side effects in the application. Employs "forwardRef" to create a reference for the "Die" component. Relies on conditional rendering to alter the UI based on the game state.
Szkola Reacta #4 | Events Refs Bind
Our project management app is designed to help users organize and track their projects and tasks effectively.
No description provided.
A udemy course learning module which helps in understanding side effects in react
A React 19 demo showing how to pass ref directly to a Child component without forwardRef. Parent triggers the Child's button programmatically using useRef and ref.current.click().