DEV Community

Discussion on: Should I use redux-observable? Also what is it? Also let's be honest what's redux?

Collapse
 
allforabit profile image
allforabit

Interesting article, thank you :-) I've been toying with the idea of using fp-ts but have resisted thus far just because it would take a good bit of investment to get good at it. I was also unsure of how it would work with react. This clarifies things a lot. Do you have any sample repos using these libs by any chance. I have worked with redux and some rxjs before so it might be a nice avenue into playing with fp-ts a bit.

Collapse
 
anthonyjoeseph profile image
Anthony G

Glad you liked it, thanks for reading!
I totally understand, fp can be a bit intimidating. If you're looking for a good starting point for fp-ts, I recommend Ryan Lee's 'Practical Guide to fp-ts': rlee.dev/writing/practical-guide-t...
I'm glad you commented, because I meant to include example code in this article but I forgot. Here's a link, I added it to the article too:
gist.github.com/anthonyjoeseph/746...
Hope this helps!

Collapse
 
allforabit profile image
allforabit

Brilliant thanks very much for this. It's a very different way of approaching redux from what the way I used to use it (more in it's raw form).

Yes I've started working through these tutorials. They look really good. I've got a good bit of experience with fp. It's more the typed fp stuff that I'm not familiar with, monads, monoids and all that stuff.

Thread Thread
 
anthonyjoeseph profile image
Anthony G

I can recommend Giulio Canti's (creator of fp-ts) Getting Started with fp-ts series for all of that stuff