inertiajs / inertia-django

The Django adapter for Inertia.js
MIT License
321 stars 32 forks source link

Any future support for FastAPI? #42

Open NickDatLe opened 8 months ago

NickDatLe commented 8 months ago

Hi - I know this is the Django project, but is there any plans to support FastAPI? With the AI boom, a lot of companies are using FastAPI.

BrandonShar commented 8 months ago

Hey @NickDatLe I'd be happy to help create an inertia library for FastAPI, but I don't have any experience using the framework myself. Would you be interested in collaborating?

NickDatLe commented 8 months ago

I think that would be a good weekend project. How do you suggest we get started?

hxjo commented 6 months ago

Hey @NickDatLe , I've built one: https://github.com/hxjo/fastapi-inertia

shininglove commented 1 month ago

@hxjo just wanted to say this repo is so amazing, really well documented and works so well!