V
V
Vladimir Mukhin2019-12-20 13:27:02
JavaScript
Vladimir Mukhin, 2019-12-20 13:27:02

Which frontend JS framework to choose for backend based on django rest?

Friends!
Please advise based on your experience.
We need a CRUD js interface (I don’t know if I put it right) that works with janga on the backend (although it doesn’t matter).
The overhead of deploying an application needs to be low.
It is important that you can easily set up work with foreign keys.
For example, if you create a new "Note" entry, you could simultaneously create a new "Category" for that entry. And so that you can easily implement the search for existing records and auto-substitution of data in forms on the fly.
The key requirement is sweep speed, so that it works (almost) out of the box and can be customized. Something similar to this https://www.smartclient.com/

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir, 2019-12-20
@Casufi

Any of the popular ones, they all work with rest. I would choose from Angular, Vue, React

D
Dmitry Sviridov, 2019-12-20
@dimuska139

Did you watch it? There is an adapter for django-rest-framework, but you can easily write your own if necessary. Here is an article about it all.

V
VegasChickiChicki, 2019-12-20
@VegasChickiChicki

Vue ---> Nuxt
React ---> Next
I can't really say anything about react, because I work not with it, but with Vue, but the principle, I suppose, is the same.
Nuxt is a "library" (not sure what to call it) for Vue that will give you a "box" that contains everything you need to quickly develop an application.
One command for installation (in the same place, select the options you want to put with checkmarks), the second for starting the dev mode - that's it, we work)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question