+ 1
Django: complex page elements
I am building a website in Django. What is the recommended approach to create complex web pages with such elements as accordions, sidebar widgets, popups etc from scratch? I learned HTML, CSS, vanilla JavaScript (but no js framework). Is there any recommended tool for building complex elements from scratch? Or should I start with Django plugins (eg. accordions) and customize them?
1 Answer
+ 4
Most people would say that you should learn react, although I would say to learn svelte. If you have no knowledge of js frameworks but you know js, learning svelte will be a cinch. Please check it out at svelte.dev