hisoft · @iNViTiON
37 followers · 605 posts · Server mastodon.in.th

+ -rs
refactor to run without RxJS next time to make it synchronous.

#rxjs #napi

Last updated 1 year ago

hisoft · @iNViTiON
36 followers · 589 posts · Server mastodon.in.th

ไม่เจอปัญหานี้ 🤔
medium.com/codesxdiary/40e0cb6

#rxjs

Last updated 1 year ago

Spencer · @oobleck
25 followers · 78 posts · Server fosstodon.org

Fucking and severed . Grrrr

#rxjs #raceconditions #pipelines

Last updated 1 year ago

hisoft · @iNViTiON
34 followers · 536 posts · Server mastodon.in.th

RT @BenLesh
If you care at all about RxJS and how it's used, I highly recommend interacting with this poll and commenting on the discussion it links to.

This feature will be landing in the next version of very soon. twitter.com/BenLesh/status/164

#rxjs

Last updated 1 year ago

Siwat · @siwat
110 followers · 1316 posts · Server mstdn.social

RT @BenLesh
RFC: We're currently looking at a way to simplify the codebase and unify our approach to creating operators with the approach everyone else should be using.

This means:

- A `finalize` handler for `subscribe`
- A new way to provide cancellation

github.com/ReactiveX/rxjs/disc

#rxjs

Last updated 1 year ago

Jose I Santa Cruz G · @jsantacl
2 followers · 4 posts · Server me.dm
Siwat · @siwat
109 followers · 1071 posts · Server mstdn.social

RT @tomastrajan
🅰️ signals 📡 are all the hype and for a good reason!

As with every new thing, it will take time to learn how it works, so there are many misconceptions like...

🤔 Angular signals will make obsolete

Let's build a better understanding to find an answer!

🧵 1/4

#rxjs #angular

Last updated 1 year ago

Benny · @benny
3 followers · 55 posts · Server mastodontech.de

🛠️ No problem tackling token expiration in my PWA using RxJS – just asked AI for help and they wrote the code for me! 🚀 It saved me a lot of time to read the documentation. They even created a small Demo Page for this implementation. 🎉

#raycast #raycastai #pwa #rxjs

Last updated 1 year ago

Joel Thoms · @joelnet
116 followers · 326 posts · Server indieweb.social

🤔 This kind of thing is starting to look like it could benefit from

#rxjs

Last updated 1 year ago

Siwat · @siwat
109 followers · 1071 posts · Server mstdn.social

RT @brechtbilliet
I BLOGGED!! Evolving from the SIP principle towards Observable state in
😱Refactored
😱Local state mgmt
😱Bye complexity
😱Junior proof
😱No more takeUntil
😱No more shareReplay
😱Snapshots
🤓YES! also refactored to Signals
blog.simplified.courses/evolvi
Retweet is 🥰🥰🥰

#rxjs #angular

Last updated 1 year ago

Florian Spier · @spierala
181 followers · 448 posts · Server mas.to

This is for the RxJS lovers in Angular:

The `fromObservable` pipe:

github.com/angular/angular/dis

Please upvote the comment in the Angular Signals discussion. 🙏

The `fromObservable` pipe would convert from Observable to Signal internally. RxJS users could then benefit from the better "Signal" change detection without the conversion step in TypeScript. You would not even need to know about Signals ;)

#angular #rxjs

Last updated 1 year ago

El Greco · @elgreco247
98 followers · 437 posts · Server masto.ai

@spierala @angular
I think people are already using async/await and promises with Angular in large numbers, and that these people are just not as vocal in social media and github as rxjs proponents. It is an illusion imho that all Angular codebases look the same because Angular is an “opinionated” framework.

#angular #signals #rxjs

Last updated 1 year ago

Florian Spier · @spierala
181 followers · 448 posts · Server mas.to

I am still not sure about the Signals stuff in Angular.

At first it looks great:
- faster and simpler Change Detection
- easy for devs to go first steps with reactive code

On the other hand I am not looking forward to see code which mixes Signals, Observables, Raw Values. Convert from Signal to Observable and vice versa.
RxJS also shielded us from Async Await code, Promises, custom Callback code.
In the end, life could have been easier with just RxJS everything. 🤔

#rxjs #angular

Last updated 2 years ago

hisoft · @iNViTiON
29 followers · 375 posts · Server mastodon.in.th

คือตอนนี้ที่ทำงานย้ายมา .js/React แล้ว แต่คือยังงง dataflow มันเมื่อเทียบกับ Angular (สวนทางกับที่เค้าบอกในคลิป)
พอไปส่อง แล้วเข้าใจ flow ขึ้นเยอะมาก
ถ้า ย้ายมา signal แล้วคนเข้าใจง่ายกลับมาใช้กันจริงก็ยินดีและเป็นเรื่องดีมาก ขอแค่มัน compatible เต็มที่กับ เพราะ signal มัน less powerful than RxJS ในแง่ของ pipeline มากๆ โดยเฉพาะเมื่อเกี่ยวกับ async

youtu.be/8dwATgntRqc

#next #solidjs #angular #rxjs

Last updated 2 years ago

Lars Gyrup Brink Nielsen 🇩🇰 · @LayZee
167 followers · 132 posts · Server mastodon.nu

Announcing RxAngular CDK and Template 1.0 stable. Introduction to the packages and future plans described. rx-angular.io/blog/2023/03/07/

#rxjs #opensource #angular

Last updated 2 years ago

hisoft · @iNViTiON
28 followers · 352 posts · Server mastodon.in.th

RT @tomastrajan
🚦 signals may represent the missing intermediary step on the way to learn

Using signals teaches about

✅ Declarative approach to state
✅ Side effects
✅ Composability
ℹ️ sync only

This can be later composed with to add async capabilities 💪 twitter.com/manekinekko/status

#angular #rxjs

Last updated 2 years ago

Siwat · @siwat
106 followers · 891 posts · Server mstdn.social

RT @hoebbelsB
We've made our thoughts about how to provide first class support for signals in RxState.

The goal is to combine the power of rxjs & signals in one cohesive and intuitive API.

Pls take a moment to review & share your thoughts.

github.com/rx-angular/rx-angul

#rxjs #rxangular #angular

Last updated 2 years ago

Florian Spier · @spierala
180 followers · 441 posts · Server mas.to

@prestonjlamb
If I know for sure that the first value can not be null then I use non-null assertion in the template

`(myvar$ | async)!`

It would be strange to make the Input to support null, if there is effectively never null pushed to that Input. PLUS not needed null-checks in the child: 🤮

#rxjs #angular

Last updated 2 years ago

.mabe · @_mabe
54 followers · 361 posts · Server mabe.space

Every time I have to enhance/update this one project, I am happy that I choose . It's Dependency Injection and Service/Subject/Subscription is such an relief.

#angular #rxjs

Last updated 2 years ago

Florian Spier · @spierala
180 followers · 441 posts · Server mas.to

@sanderelias To be sure about the future of the RxJS APIs in Angular, I asked it on the Angular Signals discussion:

github.com/angular/angular/dis

#rxjs #angular

Last updated 2 years ago