Learn, grow and help others with BBBootstrap
Contribute us with some awesome cool snippets using HTML,CSS,JAVASCRIPT and BOOTSTRAP
pass data from one component to another in NextJS.
const [data, setData] = useState() setData(await res.json()) <Component renderdata={data} />