[CRUD] Add examples - #4713
Conversation
Netlify deploy preview |
| @@ -0,0 +1,200 @@ | |||
| 'use client'; | |||
There was a problem hiding this comment.
Would it make sense to keep this example about authentication and next.js, and create a new example for data sources?
There was a problem hiding this comment.
It would if we're going for many small examples instead of just a few with multiple things.
As we already have quite a few examples this seems to be the approach we're following, so I guess 3 new examples would be okay, I'll change it.
Thanks, just missing some images for examples I think. |
Yep, sry, I had just read over the "Files changed" tab, didn't notice CI failed |
Should be ready now. |
| codeSandbox: true, | ||
| stackBlitz: true, | ||
| }, | ||
| { |
There was a problem hiding this comment.
I think we should show them at the top of the list, for which you'd need to add them at the beginning just after the functional dashboard (since the component reverses this list when displaying the cards)
There was a problem hiding this comment.
Ok, just adjusted the order!
New examples with mock employees CRUD for Vite, Next.js App Router and Next.js Pages Router.