You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They're great, it makes it so you can write vanilla functions that run on your server and call them from your client side, instead of having to make a bunch of API endpoints and HTTP calls. That all happens behind the scenes. Once you're comfortable with server actions it's really hard to go back to API routes!
nextjs-subscription-payments/components/ui/Navbar/Navlinks.tsx
Line 4 in 25a1950
Pretty new to Next.js. I thought importing a server component in a client component
would cause an error but this code seems to allow it. How so?
The text was updated successfully, but these errors were encountered: