Hello dear friends
Do Django community have any plan to integrated modern javascript framework with template system ? something like vueonrails .
thanks.
Hello dear friends
Do Django community have any plan to integrated modern javascript framework with template system ? something like vueonrails .
thanks.
I tried chasing down some information on what exactly vueonrails does other than integrating a vue front end with a rails back end, and my rather cursory search really didn’t reveal much in the way of useful information.
So what is it that vueonrails does that Django (or the Django Rest Framework) doesn’t (or can’t) do?
Thanks for your comment .
this is benefit :
check out https://strapi.io/ and look at its admin panel , written with react ,
such modern look and feeling .
I use Vue with Django, quite well. I know of many people who use Django with React - also with a lot of success. There are plenty of videos out there showing the integration of each of those with Django. The “modern” look and feel is more a case of what you do with the front-end tools, and less with the server side. As I see it, the server side provides support by basically serving three different types of data streams:
All three of which are supported quite well in Django.
Thanks for providing this list - unfortunately, most of it reads to me like marketing points and not an actual definition of what it does relative to what Django does (or can) provide.
Looking at these one-by-one -
So, while I learned quite a bit about some more components of other ecosystems while researching the different topics / products you’ve mentioned, I did not see an answer to my question:
What is it that you are looking to do that Django (or the Django Rest Framework) doesn’t (or can’t) do?
when we use drf just sending data as json , it s great for consuming in
mobile apps.
but in web we have a special situation , template ,message ,forms ,validation , all are great system
but in front we should choose between json or template .
I mean consuming data as json in front end technology like react ,angular or using template system .
any selection we choose means we lose some benefit of other system .
as other community for example laravel php framework , they officially use vue .
or microsoft community - asp.net developers ,they use angular .
they make some guideline , some tuning , integration … and moving forward .
as evolution theory prove , strongest and adaptive , adaption last .
your question , in this context have a simple answer , why we make migration ,when we could
write raw sql ?
These front end technology are really great , and also flexible , I mentioned vue
because it is so simple , light and progressive , and green like django
maybe it is myt urn to start integrating this two awesome stack .
I enjoy talking with you and thanks so much .
I read your text and get the impression that you spend much more time reading about the latest hypes than coding. Today even open source tools do advertising. This has the drawback that it is hard to see the real benefits and drawbacks.
If the django admin GUI would use react … Would this help your application which does not use the admin GUI? Please slow down and ask yourself this question before reading the next lines.
I think the answer to above question is “no, it won’t help your application”.
The current problem is that there are far too many choices. And if you have no experience you get lost.
Ken wrote you this:
If unsure start with option 1. This means you don’t need react/angular/vue for your first prototype.