Remix.run Logo
pdhborges 5 days ago

Are you refering to DRF model serializers? For medium to big applications I think they are worthless.

rtpg 4 days ago | parent [-]

Shrug, I find them more helpful than Pydantic models for lots of canonical cases.

I have had good success with DRF model serializers in like Django projects with 100+ apps (was the sprawling nature of the apps itself a problem? Sure, maybe). Got the job done

As with anything you gotta built your own wrappers around these things to get value in larger projects though