labcodes / django-react-boilerplate

Boilerplate for a Django + React project
41 stars 6 forks source link

Should there be a "default layout" template using `bulma`? #53

Open CavalcanteLucas opened 3 years ago

CavalcanteLucas commented 3 years ago

Should we implement a basic grid layout using bulma to serve as a template for future references? If so, it could be simple as a page having a header + dashboard (+ sidebar ?)..

lucianoratamero commented 3 years ago

In my opinion, adding a tool like bulma would put us in a situation of always aiming to use it instead of other solutions, like bootstrap, carbon or even tailwind. I think these kind of decisions are better made whenever a project starts, instead of being a given.

One solution for this kind of issues is for us to maybe have a setup script, something closer to cookiecutter. Another idea is to have "adder" scripts, that, when called, add the dependencies and sample code (something like this).