|
|
|
|
|
by Tolexx
2095 days ago
|
|
I still do monolithic Django with just a sprinkle of js where necessary. I use the following libraries:
* Django-allauth for authentication
* Django-bootstrap4 for styling
* Django-ckeditor atimes for rich text fields etc. Django monolithic is still good for fast development and quick MVP release. Also SSR is quite and gives fast page loads |
|
Maybe makes sense for Google, but not for most people working on side projects.