5
5
50VAJJ2017-04-01 20:40:02
JavaScript
50VAJJ, 2017-04-01 20:40:02

What is the best way to make a shopping cart and checkout?

Hello. The question is - how to make a shopping cart and checkout more productive? Through JQuery or purely on Django, on which, in fact, the site is written. I just hesitated to do it on Djnago when I saw a couple of tutorials where this fragment is written in JQuery.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yeldos Adetbekov, 2017-04-01
@50VAJJ

I advise you to use new front-end technologies for this, such as vue.js + vuex. They are great at meeting your needs. Sending to the server every time with a reload (Pure django) is not a good idea. It is better to use ajax in this case.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question