Do I need to learn CSS and Bootstrap to write Blazor apps? (Testing this post)
Loading
Do I need to learn CSS and Bootstrap to write Blazor apps? (Testing this post)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Feb 17, 2022, 11:12 PM
It is easy to remove Bootstrap from the project that VS generates if you do not want to use Bootstrap but it is essentially necessary to understand CSS. I think CSS is more complicated than a UI should be but it is what it is and we really should use it. Removing Bootstrap might be good if an existing website is being converted to use Blazor. Otherwise it is probably better to learn and use Bootstrap.
Mahesh ChandPosted Feb 10, 2022, 2:07 PM
I think its a good idea to learn CSS and Bootstrap. Default Blazor template and samples use Bootstrap and CSS to style HTML elements,