DEV Community

Discussion on: March 24th, 2022: What did you learn this week?

Collapse
 
lorenzojkrl profile image
Lorenzo Zarantonello

I am learning more about RxJS because I am mostly developing with Angular.

First of all, I found RxJS super interesting because it offers an alternative to promises. I never even thought there could be an alternative way to handle data! So that was cool.

Then, I realized I had no idea how to use RxJS in React! So I took a small detour to learn more about it. I ended up writing Use RxJS in React with Hooks.

I feel like RxJS is not really widespread outside Angular, despite being a JS library. Have you ever used it in React?

Collapse
 
nickytonline profile image
Nick Taylor

Bobby Moynahan character from SNL saying awesome!

Collapse
 
lorenzojkrl profile image
Lorenzo Zarantonello • Edited

Not a very useful reply tbh

Thread Thread
 
nickytonline profile image
Nick Taylor

I missed the last part of your comment. I used it at a fintech company with React with web sockets.

Collapse
 
liyaxuanliyaxuan profile image
liyaxuanliyaxuan

I used to use RxJS in React while the data stream is complex