csinn / CSInn

C# Inn community website.
MIT License
26 stars 9 forks source link

Decide on UI framework #32

Open Almantask opened 5 years ago

Almantask commented 5 years ago

Let's lay down the option and pick one UI framework to use for Blazor.

trinitrotoluene commented 5 years ago

Alright I guess I'll bat for TailwindCSS https://tailwindcss.com

Being pure CSS helpers means we can sidestep the inherent dependency on JS that most frameworks have and write our component logic exclusively in C#.

Almantask commented 5 years ago

My colleague at work uses materialUI and it's quite neat looking: https://material-ui.com/styles/basics/

trinitrotoluene commented 5 years ago

It looks fine, but isn't that framework quite closely bound to React? It seems like it has that dependency even for generating compiled stylesheets.

Almantask commented 5 years ago

There was quite positive reaction about TailwindCSS, it's not coupled with JS so I think we're settled.

andrijajocic commented 4 years ago

Why not just use something like LESS or SASS?