Post

@angular My hidden gem is the one I found after 3 hours of debugging, then never used again because I forgot it existed. Classic Angular.
English

I like SignalStore, which I’ll be publishing as open source in a few days. It lets you work directly with plain variables like this.data.key = '', and in the template you can just use {{data.key}}. It’s optimized, lightweight, and allows you to operate on plain JSON while everything under the hood runs on signals. I also have developer tools for inspection and benchmarking 🙂
English





