pass data from one component to another in NextJS

2 years ago23k times

pass data from one component to another in NextJS.

const [data, setData] = useState()

setData(await res.json())

<Component renderdata={data} />

Add Answer

Add a codeAdd Code
Remove adsremove

Latest codes

view all

Latest Snippets

view all