Re: Creating a single page app

2018-09-07 Thread Jani Tiainen
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 kirjoitti: > Which is the best best frontend js for django > > > On Fri, 7 Sep 2018, 10:34 am Andréas Kühne, >

Re: Creating a single page app

2018-09-06 Thread Andréas Kühne
Sorry - that's a preference - more than a definitive answer. Personally I like Angular, but people will say Vue or React just as much. That's up to what you prefer yourself. Regards, Andréas Den fre 7 sep. 2018 kl 07:20 skrev Md.iftequar iqbal : > Which is the best best frontend js for

Re: Creating a single page app

2018-09-06 Thread Md.iftequar iqbal
Which is the best best frontend js for django On Fri, 7 Sep 2018, 10:34 am Andréas Kühne, 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.

Re: Creating a single page app

2018-09-06 Thread Andréas Kühne
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

Creating a single page app

2018-09-06 Thread Md.iftequar iqbal
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