Kalil
Explore posts from serversWWasp-lang
•Created by Kalil on 8/23/2024 in #đŸ™‹questions
Simple File Upload
The other frameworks solutions (laravel, adonis etc) covers two or three things:
1. make the uploaded file easily accessible from the controller args withtout need to create a middleware
Laravel example:
Adonis example:
2. Easily move files to a persistent location
3. Interfaces for easily persisting and serving files, where you can easily exchange the storage target (local, s3, etc) on a config file. Adonis provides Drive API and AttachmentLite API for that
12 replies
WWasp-lang
•Created by Kalil on 8/23/2024 in #đŸ™‹questions
Simple File Upload
yeah, it solves the problem, but requires boilerplate. I think we should think about how to simplify that since it's a very common fullstack feature
12 replies
TTCTheo's Typesafe Cult
•Created by Kalil on 7/23/2024 in #questions
Do I need `HydrateClient` on every Next.js route?
Ok
4 replies
TTCTheo's Typesafe Cult
•Created by Kalil on 7/23/2024 in #questions
Do I need `HydrateClient` on every Next.js route?
Help?
4 replies