Hi.

Django is really frontend agnostic and there isn't definite answer what is
the best framework.

So pick one that you're happy with.


pe 7. syysk. 2018 klo 8.20 Md.iftequar iqbal <iftequa...@gmail.com>
kirjoitti:

> Which is the best best frontend js for django
>
>
> On Fri, 7 Sep 2018, 10:34 am Andréas Kühne, <andreas.ku...@hypercode.se>
> wrote:
>
>> Short answer - yes it's possible, but not optimal.
>>
>> Long answer:
>> A single page app isn't really dependent that much on the view that you
>> use but rather some sort of javascript frontend. You will need to use a js
>> frontend like Vue, React or Angular. The backend should probably then be
>> based on a rest framework (django rest framework for example). That way the
>> frontend will be able to easily communicate with the backend.
>>
>> Regards,,
>>
>> Andréas
>>
>>
>> Den fre 7 sep. 2018 kl 04:35 skrev Md.iftequar iqbal <
>> iftequa...@gmail.com>:
>>
>>> Can we create a single page app that performs CRUD(Create, Read, Update,
>>> Delete) operations by using class-based views
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users+unsubscr...@googlegroups.com.
>>> To post to this group, send email to django-users@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/439a3906-bf68-42c3-92c8-9e46023e0858%40googlegroups.com
>>> <https://groups.google.com/d/msgid/django-users/439a3906-bf68-42c3-92c8-9e46023e0858%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAK4qSCebhTmRj2c1AkhxToVKVAE-M-Qm2AqNbtLXFtYZNYZAtQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAK4qSCebhTmRj2c1AkhxToVKVAE-M-Qm2AqNbtLXFtYZNYZAtQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAHAmP3ScwKgEpoZv3nbK%3DRbXHAOnhCWCd4Scch7otaT5Vx8atw%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAHAmP3ScwKgEpoZv3nbK%3DRbXHAOnhCWCd4Scch7otaT5Vx8atw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHn91odfFoPEsmuNpHvdvSs9viC3Sy-2z7efXHH%3DmQd36Bdoig%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to