<how to handle navigation of react application usi...
# community-feeds
r
how to handle navigation of react application using 'react speech recognition Api' I am creating a react app but I want to handle navigation of my app using voice I have added very much like its listning to me but still not navigation and one one thing om using here useEffect to listen me itself but its annoying to keep listning without stopping, here is my code: import React, { useEffect } from "react"; import Product from "./pages/Product"; import Home from "./pages/Home"; import ProductList from "./pages/ProductList"; import Register from "./pages/Register"; import Login...