Javascript – Infinite scrolling in ReactJS from scratch
I should create an infinite scroll in reactJs having a JSON with data in it. Could you help me? I would like to do it from scratch and not with some library {data?.map((conto) => { return ( <Suspense key={conto._uid} fallback={<p>Loading...</p>}>…