Which UI frameworks are you currently working with?

Hey everyone! I’m curious about what user interface technologies and frameworks people are using for their projects these days. There are so many options out there like React, Vue, Angular, and others. I’d love to hear what you’re building with and maybe see some examples of your work if you’re willing to share. What has been working well for you? Are you using any specific libraries or tools that make your development process smoother? I’m always looking for inspiration and new ideas for my own projects. Feel free to post screenshots or describe what makes your setup special!

this year i mostly go for vue, its super easy to pick up vs react. right now im building a dashboard app in vue 3, and its going good! what are u guys making these days?

I’ve been using Angular for enterprise apps for the past two years. The solid architecture and TypeScript integration work great for large projects where you need maintainable code. Right now I’m building a complex inventory management system with multiple user roles and real-time data sync. Angular’s dependency injection and CLI tools have cut my development time way down compared to vanilla JavaScript. It’s tough to learn at first, but the structure really helps when you’re working with teams where everyone has different skill levels.

oh perfect timing! I’ve been jumping between svelte and react lately too. What got you interested in exploring differnt frameworks? Are you switching from something else or just getting started? Also curious what projects you’re working on!