[ `Backend` ] : Remove `svelte`
Closed this issue · 0 comments
baseplate-admin commented
So umm,
I was looking to make this site a multi page application.
Reasons :
- Django template is pretty powerful
- Djangos rest frameworks are not good/mature enough. Dont get me started on
drf
( i hatedrf
) - Our site can actually emulate Single Page Application with the help of fireship.io
- Django's SPA toolkit is not upto date. I wish django was like Laravel.
- Decoupling of
requests
is not a good thing IMHO - SEO
Considerations :
- We should keep the API in place ( or maybe replace it with GraphQL )
- We should keep using TailwindCss with django-tailwindcss