Skip to content

Instantly share code, notes, and snippets.

View anderjs's full-sized avatar
:electron:
Learn never exhaust the mind

Anderson anderjs

:electron:
Learn never exhaust the mind
View GitHub Profile
import React, { useEffect, useCallback, useMemo } from 'react'
function Devices () {
const [devices, setDevices] = useState()
const [products, setProducts] = useState([])
const [page, setPage] = useState(1)
// Esto se ejecutara una sola vez