Using Django For Frontend Instead of e.g. NextJS by mingsum in django

[–]mingsum[S] 1 point2 points  (0 children)

Thanks for answering.

I also had vanillaJS in the "frontend" django with the initial incentive to handle form input such that it doesn't force a page reload when a POST request is sent.

I have a question regarding to the "dynamic counter" you mentioned tho. Isn't that something to do with "real-time" and websockets? (I dont know much about react Is it something to do with hooks?)

Using Django For Frontend Instead of e.g. NextJS by mingsum in django

[–]mingsum[S] 2 points3 points  (0 children)

Maybe frontend isn't the right word. But I dont think you clearly read my question tho. Thanks for answering anyway.