@rainerhahnekamp@kedevked@ManfredSteyer Sounds great, I can’t wait to see your new video.
Another confusing detail is that people often use the ui- prefix for every dumb component and feature-* for every smart component.
@kedevked@ManfredSteyer Basically, the idea is that this works only because we now have cheap local stores, like Signal Store or some service. But if you are using something like Redux, then splitting UI and smart components still makes more sense.
Been working on the showcase project I will be showing longer than I knew I would be showing it anywhere. Looking forward to being on the stream again.
#Angular 22 is coming! A lot of exciting things are happening, and one of them is having @MichaelSmallDev on!
The very first guest of our streams is back to help us navigate through what changes the new Angular version brings, so tune in tomorrow at 4:30 PM UTC!
@Armandotrue@opencode@CommandCodeAI Agree. I think it might be easier to just buy Claude for $100 and that’s it.
In Cursor, I like the autocomplete, and I like being able to see diffs in the UI, but with Pro I still need to wait another 10 days for the plan to renew, which is not great.
@Armandotrue@opencode@CommandCodeAI Do you mean max? Because I’m using Cursor Pro+ for $60, and I ran out of tokens for 20 days. I can’t say I was using it that extensively, so that’s why I need to try something else.
Drizzle v1.0.0-rc.1 is out 🚀
▪︎ Effect v4 native support
▪︎ JIT row mappers to reduce ORM overhead to ~0
▪︎ Reworked casing API (breaking change)
▪︎ Drizzle for LLM agents (preview)
Drizzle is now as fast as using raw driver and mapping(or not mapping) results by hand 🙃
We were all wondering why we hadn’t heard about error boundaries earlier from
@Enea_Jahollari
So here is the explanation. The stream link is in the comments.
I would like to see some kind of computed with a param in #angular. Sometimes you need to show or hide something based on an item from a loop.
So what are the alternatives?
A pipe that returns true or false?
A structural directive?