can ı use react hooks like usestate or useEffect in checkout extension app
Yes, you are able to use react hooks in checkout extensions. For example:
import { useState, useRef, useEffect } from “react”;
can ı use react hooks like usestate or useEffect in checkout extension app
Yes, you are able to use react hooks in checkout extensions. For example:
import { useState, useRef, useEffect } from “react”;