Content pfp
Content
@
0 reply
0 recast
0 reaction

Samuel pfp
Samuel
@samuellhuber.eth
use server directive is an antipattern and we should properly declare and use API endpoints. Change my mind
8 replies
0 recast
3 reactions

flick the dev 🎩📦 pfp
flick the dev 🎩📦
@flick
imho only if you intend other applications to build on the api, otherwise this is just faster dev real apis are hard
1 reply
0 recast
0 reaction

Samuel pfp
Samuel
@samuellhuber.eth
replace other people with other apps and we good. if anyone in your code that isn't fully versed looks at it it will be confusing. server actions under the hood build a "API" and the step from server action to have it be a proper route setup isn't much of a lift especially in the day and age of AI copilots doing the scaffolding for you. The benefit it gives you though is a clear labeling of where what is running while lookign at the code
1 reply
0 recast
1 reaction