It seems that the MVC Javascript systems like Angular and Ember are winning the 
front-end.  They're very responsive compared to being served files from the 
back-end - no need to wait for server responses, since there's a local cache 
subset of the database in the browser.

It would probably be useful to move the Django front-end view 
controller/template systems to something like that over the long-term.  Right 
now there's a lot of repetition, of recreating the django models within the 
front-end database models cache, as well as recreating the templates itself, 
when we try to integrate a front-end framework with Django.

Also, I'm pretty sure that if django doesn't come up with a front-end 
javascript MVC framework, then the Angular or Ember guys are going to come up 
with a back-end solution.

Anyways, just some ideas.  Maybe this was already discussed and rejected?  
Don't know.

Thank you,

-bobby

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/105A09AE-D18D-4AE9-8813-D9CF90323DA4%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to