Web Dev Guy @webdevguy.io · Nov 14

I’ve been working on a personal project to create a digital touchscreen planner (like ones from skylight and cozyla) and it’s finally starting to come together. Stack: .net 8, Blazor + Radzen, and SQL. Nothing crazy. Just simple. (Ignore times. Using a datastore that generates random test data)

5 likes 2 replies

?

Replies

Web Dev Guy · Nov 14

The components in Radzen really do help speed up development and they are frequently pushing out updates. I ended up building out my own components for all calendar types/views, but they still leverage Radzen base tags/classes, css (E.g., <RadzenText />, .rz-h-100, —rz-*css vars)

Web Dev Guy · Nov 14

Why am I doing this? My wife wants the skylight calendar but I’m not paying $800+ for that. I’m taking the opportunity to continue to vet Radzen as a component library, and work with blazor after primarily using Angular for the past 6 years for web apps.