Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
frodowtf
on March 22, 2024
|
parent
|
context
|
favorite
| on:
Designing a Pure Python Web Framework
> writing a lot of boilerplate code to connect the frontend and backend.
OpenAPI. django-ninja supports it out of the box.
paulddraper
on March 22, 2024
[–]
What do you use for the frontend?
frodowtf
on March 23, 2024
|
parent
[–]
Usually, I go with openapi-generator and pick the typescript-fetch template. You can use that with whatever js-based frontend framework you want.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
OpenAPI. django-ninja supports it out of the box.