shadcn
shadcn
This adds a code examples section to next-drupal.org.
```ts const node = await getResourceFromContext("node--article", { params: { "fields[node--article]": "title" } }) ``` The code above (on a Drupal site with translation enabled) will return null because of the...
This implements on-demand ISR using the Events API.
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: x64 Version:...

I got a couple of types errors in there and a couple of `@ts-nocheck`. I'll fix this when Next.js app dir is out of beta or when new minors are...
Blocked by https://github.com/vercel/next.js/issues/43458
- Init `shadcn/ui` components - Fixes an issue with the sidebar focus. - Fixes clear history - ui updates and redirect handling: Fixes #231. - Removes the route handler and...