NextJS

10 articles ยท all categories

NextJS articles

3 articles from September 2020 ยท show all

Prefetch data with React Query and NextJS โ€“ CodeWithSwiz 8, 9

Prefetching lets you start React apps without loading spinners. Gatsby introduced this concept with `staticQuery`, react-query and NextJS make the pattern easier ๐Ÿ˜

Using JavaScript to commit to Github โ€“ CodeWithSwiz 7

Update code with a JavaScript function? Easier than you think ๐Ÿ˜

Why NextJS /api routes are fab โ€“ CodeWithSwiz 6

In this episode of CodeWithSwiz, we tried NextJS's support for /api routes โ€“ code running on the backend. In a word โ€“ Wow