8 ms·
Interesting stuff! The two separate failure channels turn me off. Is this practical or does it introduce unwanted complexity in most cases? Also wondering wha
by nullzzz 9mo ago
Interesting stuff!
The two separate failure channels turn me off. Is this practical or does it introduce unwanted complexity in most cases?
Also wondering what are the Signals that are mentioned.
- ivan7237d 9mo agoAuthor here. Good questions. About the two error channels: what I tried to do is to make it really easy to not use typed errors when you don't need them. In that case your promise is typed as `LazyPromise<Value, never>`. Signals is a reactive primitive that has been initially introduced in SolidJS framework and have then made their way to other frameworks like Angular.