top | item 39794294

(no title)

frodowtf | 1 year ago

> writing a lot of boilerplate code to connect the frontend and backend.

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

discuss

order

paulddraper|1 year ago

What do you use for the frontend?

frodowtf|1 year ago

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