Introduction to inertia-django
mainThe inertia-django adapter enables you to build modern monoliths by connecting a Django backend with a client-side JavaScript framework (such as React, Vue, or Svelte) using Inertia.js.
Key characteristics:
- No API required: You write Django code using traditional server-side patterns instead of building a REST or GraphQL API.
- No client-side routing: Inertia leverages your existing Django routing.
- Glue, not a framework: It acts as the bridge between your Django server and your frontend framework.