DEV Community

Discussion on: What are some examples of less obvious web development features/technologies worth learning?

Collapse
 
deanius profile image
Dean Radcliffe

RxJS Observables - they're like Promises on steroids. But so that you don't have to climb their steep learning curve, I've written a helper library called polyrhythm that gives you a feel for what they can do in a friendlier coding style. :)

Here's a chat app that works like the one on your phone: codesandbox.io/s/poly-chat-imw2z

I'll be making a dev.to post about that soon, so I'd appreciate a follow if you're interested!