Y
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
paulddraper
811 days ago
What do you use for the frontend?
link
frodowtf
811 days 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.
link