Posts by Felipe Rangel Ribeiro • 1 point
2 posts
-
0
votes0
answers17
viewsQ: render Nextjs help I beg
import File from './File' function Index(){ const allPostsData = allPostsDataGet(); var page = 0; function change({target}){ page = target.textContent Index(); } return( <>…
-
0
votes0
answers21
viewsQ: render in nextJs
thank you so much for already paying attention here! <3 i in my landgpage, is presented 5 links, such links are saved in an array of Object and in each Object has the 5 links, and each position…