Hacker News new | ask | show | jobs
by frodowtf 811 days ago
> writing a lot of boilerplate code to connect the frontend and backend.

OpenAPI. django-ninja supports it out of the box.

1 comments

What do you use for the frontend?
Usually, I go with openapi-generator and pick the typescript-fetch template. You can use that with whatever js-based frontend framework you want.