We're growing nicely compared to similar projects #745
Replies: 4 comments 9 replies
-
Glad I could be part of the journey :) I reckon we'll be able to get django-components to more developers once we update the docs (AKA what's currently cooking in I'm also getting closer to having ready the backbone for django-vue, so that will be yet another framework :D |
Beta Was this translation helpful? Give feedback.
-
I was made aware of django-unfold. While their focus is different, they pack their own implementation of components. Would be cool if they eventually used django-components. |
Beta Was this translation helpful? Give feedback.
-
Btw I'll piggyback this thread to discuss a long-term idea (definitely after v1). @EmilStenstrom I'm starting to think that the most feasible way to "merge" django-components to Django would be to package django-components as a tempating engine / backend for Django. So something that people would configure via the TEMPLATES = [
{
"BACKEND": "django_components.backends.ComponentsEngine",
...
}
] Such that people could replace Django's default engine with ours, with minimal disruption. For Django as a project, the transition would be also lot simpler.
ImplementationFor that, we'd have to take ownership of Django's classes like Practiacally speaking, we'd make a standalone fork / copy of those classes and let them live in django-components. Whether the engine and the class copies would be a separate repo, or all within this one, I don't know yet. Benefits
|
Beta Was this translation helpful? Give feedback.
-
Updated the graph with django-bird |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Star History
Beta Was this translation helpful? Give feedback.
All reactions