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