Re: Necessary to learn React/ Angular with backend Django

2020-01-08 Thread Balaji Shetty
Hello Dear Community Thank you very much for your nice reply. Definitely your guidance will help me a lot. On Wednesday, January 8, 2020, Integr@te System wrote: > Hi Shetty, > > You also consider your project serve local users, so unnecessary implement > high interactive pages from internet

Re: Necessary to learn React/ Angular with backend Django

2020-01-07 Thread Integr@te System
Hi Shetty, You also consider your project serve local users, so unnecessary implement high interactive pages from internet clients. >From online docs, you can learn any technique via small best practices and apply to your case with basic javascript knowledges or look at python libs, and then expa

Re: Necessary to learn React/ Angular with backend Django

2020-01-07 Thread sagar ninave
On Wed, Jan 8, 2020 at 3:01 AM Ronit Mishra wrote: > Hi Balaji, > > Here are a few things for you to take note down based on my experience. > > The simplest architecture is the best architecture. > > Be it *Apache *or *Nginx*, you're using *Django*'s wsgi services and > using *Bootstrap *for desi

Re: Necessary to learn React/ Angular with backend Django

2020-01-07 Thread Ronit Mishra
Hi Balaji, Here are a few things for you to take note down based on my experience. The simplest architecture is the best architecture. Be it *Apache *or *Nginx*, you're using *Django*'s wsgi services and using *Bootstrap *for designing your layout. Probably with some storage solution, either a d

Re: Necessary to learn React/ Angular with backend Django

2020-01-07 Thread S D
Hi Balaji, You can convert your web app into a PWA to gain maximum benefit. Just look it up. Data shows that PWAs are the way to go. Kind regards, - SD On Tue, Jan 7, 2020, 19:47 Balaji Shetty wrote: > Hi > > Currently i deployed application on pythonanywhere. It is online office > file man

Re: Necessary to learn React/ Angular with backend Django

2020-01-07 Thread Gil Obradors
My opinion, If you want a great powerful user interface ( and experience) of the front end, yes, interesting to spend hours. If the users won't appreciate it, no. Other voice... Good luck! Missatge de Karan Mittal del dia dt., 7 de gen. 2020 a les 19:38: > Hello friend, > In my opinion if

Re: Necessary to learn React/ Angular with backend Django

2020-01-07 Thread Karan Mittal
Hello friend, In my opinion if it is working with current implementation you need not add any react or angular. Learning perspective they are good but implementation of the same in your already working project may raise new errors. That's my opinion, feel free to incorporate them once you have lear