Firebase – Can we use useReducer hook to create product detail page
I am trying to create product detail page, i want to know if we can create it with just useReducer hook or we need Redux for this..... This is my product page import React from "react"; import { Link }…