Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-30 Thread kennedy kay
Valid point you made there vincent. Javascript libraries come and leave but django remains the same :) Best best advise would be to just learn javascript first and every other library becomes easy-peasy. ;) *Kind regards,* *E.I Kenneth[Python developer/Machine

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-30 Thread William Vincent
Hi Joel, Your view is correct. I wrote a book on Django APIs (https://restapiswithdjango.com) and struggled with this same issue. The answer is to just pick one (Vue, React, Angular are the big 3 right now) based either on a whim or on whichever seems to have more jobs available. Probably

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-29 Thread Jani Tiainen
Hi, Yes it's very hard to pick a framework (since there exists quite a bunch of different frameworks) if you don't know one. In most cases it's completely irrelevant for Django being as a backend service. So it's not harder or easier to use most of the frameworks. I personally have found openui5

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-29 Thread Joel Mathew
>From the point of view of someone who hasnt been using frameworks but wants to, this is all very maddening. Guess I just have to pick one randomly between Vue and Angular! Sincerely yours, Joel G Mathew On Fri, 30 Nov 2018 at 01:51, Benjamin SOULAS wrote: > Hello, > > Currently I

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-29 Thread Benjamin SOULAS
Hello, Currently I integrate VueJS, it works like a charm, the documentation is awesome Le jeu. 29 nov. 2018 21:17, Jani Tiainen a écrit : > Also there exist ExtJS, Dojo Toolkit and at least Svelte which I've > tried... > > kennedy kay kirjoitti to 29. marrask. 2018 klo > 21.25: > >> For me

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-29 Thread Jani Tiainen
Also there exist ExtJS, Dojo Toolkit and at least Svelte which I've tried... kennedy kay kirjoitti to 29. marrask. 2018 klo 21.25: > For me personally I would recommend AngularJS. Not just because it easy to > integrate with Django but because you can also create mobile applications > on the

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-29 Thread kennedy kay
For me personally I would recommend AngularJS. Not just because it easy to integrate with Django but because you can also create mobile applications on the fly. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-29 Thread Jason
react is like flask, whereas angular is like django as far as what's included in the framework from the start. as long as you have an api, doesn't matter what you use for the frontend whether it be straight JS to angular/vue/react. the question is the understanding of the separation of

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-29 Thread Joel Mathew
I didnt see anyone recommending React. Is there any aspect that makes it difficult to use with django? -- 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

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-29 Thread Gerson David Vizquel Alemán
You can use vuejs is... a pure love JavaScript framework. Take a look at this: https://2018.stateofjs.com/front-end-frameworks/overview/ El martes, 27 de noviembre de 2018, 16:21:32 (UTC-4), Simon Connah escribió: > > I'm in the process of building a website in Django and need to make a >

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-28 Thread Andréas Kühne
The problem is it isn't easy to recommend a javascript framework because there are so many and all have different pros and cons. Another thing is that they are also very subjective in what you need / want. Django itself isn't biased towards one or the other. Also communicating with django itself

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-28 Thread Joel Mathew
I've been thinking a lot about the most painless way of learning a javascript framework. My project is almost complete, and so far everything has been written in javascript using jquery. But for what I have planned next, a framework would be immensely helpful. I just wish it was as easy as

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-28 Thread Jason
Its really personal preference at times, especially for personal projects. That said, when it comes to frameworks like angular, react, vue, picking one is like picking a version control solution. -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-28 Thread Joel Mathew
Please provide more useful information that merely suggesting the name of a framework. Please say why you feel this framework is better for working with django. Sincerely yours, Joel G Mathew On Wed, 28 Nov 2018 at 18:36, Thanh Tuyền Huỳnh < huynhthanhtuyen...@gmail.com> wrote: > Hi guys, >

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-28 Thread Thanh Tuyền Huỳnh
Hi guys, You could refer Vuejs. Vào 03:20 T.4, 28 Th11 2018 Simon Connah đã viết: > I'm in the process of building a website in Django and need to make a > specific part of my application dynamic. Because of that I'd like to use > a JavaScript frontend framework to build this portion of the

Re: Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-27 Thread Alfredo Sumague
you can use AngularJS framework with Django. goodluck, Alfred On Tue, Nov 27, 2018 at 12:21 PM Simon Connah wrote: > I'm in the process of building a website in Django and need to make a > specific part of my application dynamic. Because of that I'd like to use > a JavaScript frontend

Easiest front end JavaScript framework to integrate with a Django backend?

2018-11-27 Thread Simon Connah
I'm in the process of building a website in Django and need to make a specific part of my application dynamic. Because of that I'd like to use a JavaScript frontend framework to build this portion of the site. I was wondering if anyone had any recommendations for which JavaScript framework I