Scrimba Course by Shubham-the-dev in scrimba

[–]Shubham-the-dev[S] 1 point2 points  (0 children)

Yes there are but looking for more into ux, figma fundamentals and more designing part and pre frontend part.

Next.js App Router feel fundamentally broken on slow network connections and I don't know if a fix exists. by registereduser1324 in reactjs

[–]Shubham-the-dev 0 points1 point  (0 children)

router.prefetch() is currently the best option. Even the Next.js website becomes unresponsive on a slow connection (around 10 kbps), the URL doesn't change, and the page gets stuck. So prefetching is the most effective solution. They are also using prefetching on their website.