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 Learner]@www.wolfiegrabber.in

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 that

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 b

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 integrate

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 pe

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 fly

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 and

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 concern

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 django-use

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 nee

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 dja

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 ea

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" gro

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

2018-11-28 Thread Joel Mathew
frontend framework to build this portion of the site. >> >> I was wondering if anyone had any recommendations for which JavaScript >> framework I should use that integrates well with a Django backend? >> >> If anyone is curious I am working on an auction style website. &

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

2018-11-28 Thread Thanh Tuyền Huỳnh
this portion of the site. > > I was wondering if anyone had any recommendations for which JavaScript > framework I should use that integrates well with a Django backend? > > If anyone is curious I am working on an auction style website. > > Thank you for any help. > >

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

2018-11-27 Thread Andréas Kühne
soft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *Alfredo Sumague > *Sent: *Tuesday, November 27, 2018 8:13 PM > *To: *django-users@googlegroups.com > *Subject: *Re: Easiest front end JavaScript framework to integrate with a > Djangobackend? > > >

RE: Easiest front end JavaScript framework to integrate with a Djangobackend?

2018-11-27 Thread Sir Robert James Patterson
What Alfred said . . . . .and than some 😉 https://django-angular.readthedocs.io/en/latest/ Sent from Mail for Windows 10 From: Alfredo Sumague Sent: Tuesday, November 27, 2018 8:13 PM To: django-users@googlegroups.com Subject: Re: Easiest front end JavaScript framework to integrate with a

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

2018-11-27 Thread Alfredo Sumague
JavaScript frontend framework to build this portion of the site. > > I was wondering if anyone had any recommendations for which JavaScript > framework I should use that integrates well with a Django backend? > > If anyone is curious I am working on an auction style website. > > Thank

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 f

Re: What JavaScript framework do you use and why?

2009-09-30 Thread Jani Tiainen
Joshua Russo kirjoitti: > On Mon, Sep 28, 2009 at 4:00 AM, Jani Tiainen > wrote: > > > Joshua Russo kirjoitti: > > Great links guys, thanks. I'm still in the mindset of frameworks just > > making JavaScript less painful too and I'm looking for ways to mov

Re: What JavaScript framework do you use and why?

2009-09-29 Thread Mike Dewhirst
I have heard nice things about Mochikit. I had a look at it a long time ago and fully intended to get involved but haven't had the opportunity yet ... http://www.mochikit.com/about.html esatterwh...@wi.rr.com wrote: > I use mootools a lot. When I was deciding which on to use, I first > looke

Re: What JavaScript framework do you use and why?

2009-09-29 Thread Greg Fuller
In addition to mochaui,there's jxlib for mootools: http://jxlib.org/. On Sep 29, 3:12 am, Sid wrote: > You might wanna check out -http://mochaui.com/demo/if you're > planning to use MooTools. > Although i haven't used it yet, but it looks awesome and i haven't > found a  UI framework for jQuery

Re: What JavaScript framework do you use and why?

2009-09-29 Thread esatterwh...@wi.rr.com
I use mootools a lot. When I was deciding which on to use, I first looked at How big is the library ( how long is it going to take me to learn ), how complex, does it do what I want/need. Does it fit the way I think, does it make sense with python/django. Mootools, to me was a pretty good fit. Th

Re: What JavaScript framework do you use and why?

2009-09-29 Thread Sid
You might wanna check out - http://mochaui.com/demo/ if you're planning to use MooTools. Although i haven't used it yet, but it looks awesome and i haven't found a UI framework for jQuery that cohesive. On Sep 28, 6:37 pm, Joshua Russo wrote: > MooTools does look interesting. What would you mi

Re: What JavaScript framework do you use and why?

2009-09-28 Thread Joshua Russo
MooTools does look interesting. What would you miss most about it, if you had to develop without it? On Mon, Sep 28, 2009 at 11:07 AM, justind wrote: > > Joshua, > > Take a look at MooTools. It's a great library with a great API. It's > been said that JQuery makes the DOM fun, but MooTools makes

Re: What JavaScript framework do you use and why?

2009-09-28 Thread justind
Joshua, Take a look at MooTools. It's a great library with a great API. It's been said that JQuery makes the DOM fun, but MooTools makes Javascript fun. On Sep 28, 4:37 am, Joshua Russo wrote: > On Mon, Sep 28, 2009 at 4:00 AM, Jani Tiainen wrote: > > > Joshua Russo kirjoitti: > > > Great link

Re: What JavaScript framework do you use and why?

2009-09-28 Thread Joshua Russo
On Mon, Sep 28, 2009 at 4:00 AM, Jani Tiainen wrote: > > Joshua Russo kirjoitti: > > Great links guys, thanks. I'm still in the mindset of frameworks just > > making JavaScript less painful too and I'm looking for ways to move > > beyond that. I just started looking at Dojo before posting this an

Re: What JavaScript framework do you use and why?

2009-09-27 Thread Jani Tiainen
Joshua Russo kirjoitti: > Great links guys, thanks. I'm still in the mindset of frameworks just > making JavaScript less painful too and I'm looking for ways to move > beyond that. I just started looking at Dojo before posting this and it > definitely looks like it has potential. I'm pretty "h

Re: What JavaScript framework do you use and why?

2009-09-24 Thread Joshua Russo
Great links guys, thanks. I'm still in the mindset of frameworks just making JavaScript less painful too and I'm looking for ways to move beyond that. I just started looking at Dojo before posting this and it definitely looks like it has potential. --~--~-~--~~~---~--~-

Re: What JavaScript framework do you use and why?

2009-09-23 Thread Brian McKeever
Dojango seems really helpful. Thanks. On Sep 23, 8:40 pm, Ovnicraft wrote: > 2009/9/23 Brian McKeever > > > > > I just decided to learn to use dojo yesterday. > > I chose it because it has a huge library of GUI widgets that are all > > suppose to be accessible to people with disabilities. > > f

Re: What JavaScript framework do you use and why?

2009-09-23 Thread Ovnicraft
2009/9/23 Brian McKeever > > I just decided to learn to use dojo yesterday. > I chose it because it has a huge library of GUI widgets that are all > suppose to be accessible to people with disabilities. > for dojo you also get http:// code.google.com/p/ *dojan go

Re: What JavaScript framework do you use and why?

2009-09-23 Thread Brian McKeever
I just decided to learn to use dojo yesterday. I chose it because it has a huge library of GUI widgets that are all suppose to be accessible to people with disabilities. I found this: http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks quite helpful. What I didn't know until recentl

What JavaScript framework do you use and why?

2009-09-23 Thread Joshua Russo
I've been happily using JQuery for a while and was wondering why people use the frameworks that they do. I want to see how other's get flexibility and efficiency (cool widgets and good response time) out of JavaScript. For example: The current project I'm working on I've created a visual display of

Re: Javascript Framework``

2009-05-13 Thread Matias Surdi
Ramdas S escribió: > everything goes well with django. > > > > On Wed, May 13, 2009 at 11:10 PM, Guri <mailto:sgurmin...@gmail.com>> wrote: > > > Hi, > I need some help regarding which javascript framework will go > well with Django

Re: Javascript Framework``

2009-05-13 Thread Ramdas S
everything goes well with django. On Wed, May 13, 2009 at 11:10 PM, Guri wrote: > > Hi, > I need some help regarding which javascript framework will go > well with Django and is better in terms of documentation, easy to use > and preferred. > Couple of them I know: &g

Javascript Framework``

2009-05-13 Thread Guri
Hi, I need some help regarding which javascript framework will go well with Django and is better in terms of documentation, easy to use and preferred. Couple of them I know: 1. Dojo with dijit themes 2. Scriptaculous 3... any other... Thanks in Advance ~Guri