shadcn
shadcn
I like this. I can definitely see this being useful. However, since the revalidation API is still experimental in Next.js, I'd like to let this sit for a while and...
@dottodot Definitely. Thanks for the ping. I'll start looking into this.
Hi. We have started working on cache implementation. You can provide a custom cache via the `cache` option. ```ts import { DrupalClient, DataCache } from "next-drupal" import Redis from "ioredis"...
I think it depends how you're handling the menus. If `getMenu` is called in `getStaticProps`, the only way to update the menu at runtime would be using on-demand ISR to...
Next.js `12.2` announced stable revalidation API. We're working on the [Drupal](https://drupal.org/project/next) end now to make it stable in the next release.
@kevlarswift My friend @robdecker just published a guide on how to do this :) https://www.chapterthree.com/blog/search-api-excerpts-nextjs
@kevlarswift was the guide helpful? Did you figure it out?
Can you give us more details? What was the pattern changed to and what does your getStaticPaths look like? Thank you
This is a great idea. I'll ping the community and we can build a showcase.
@Defranos What's the error? (We are looking into upgrading soon. I'm currently testing next 12.2.0 as well)