💥
Creating new repos
Highlights
Pinned Loading
-
this hook allows users to control th...
this hook allows users to control the application with voice commands. 1import { useState, useEffect } from "react";
23function useSpeechRecognition(commands, callback) {
4const [recognition, setRecognition] = useState(null);
5const [transcript, setTranscript] = useState("");
-
This custom hook allows you to easil...
This custom hook allows you to easily handle form validation in your React application. It takes in an initial state and a validation function as parameters and returns an object with several properties and functions that can be used to manage the form state. 1import { useState, useEffect } from 'react';
23const useFormValidation = (initialState, validate) => {
4const [values, setValues] = useState(initialState);
5const [errors, setErrors] = useState({});
-
This hook will allow me to debounce ...
This hook will allow me to debounce any function that I want to run after a certain delay. For example, if I have an input field that triggers a search function on every keystroke, this hook will prevent unnecessary API calls by delaying the search function until the user stops typing for a certain period. 1import { useState, useEffect } from 'react';
23export const useDebounce = (value, delay) => {
4const [debouncedValue, setDebouncedValue] = useState(value);
5 -
-
buket
buket PublicBuket is a full functionality ecommerce app that simulate the user online all shopping process like online real ecommerce, the user can see all products and filtering it by categories, also can sav…
JavaScript
-
dojo-movies-app
dojo-movies-app Publicdojo movies app is react.js app to find your best, trends, and popular movies . you can add movies to your favorites page, change app theme and more...
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.