Basics

I hope that Dan Abramov will forgive me to paraphrase this part from Redux docs:

Don’t be fooled by all the fancy talk about actions, reducers, state and streams — RxR is incredibly simple. If you’ve ever built a Redux application, you will feel right at home. If you’re new to RxJS, RxR or Redux, it’s easy too!

In this guide, we’ll walk through similarities between Redux and RxR.

If you prefer seeing the real code (with side-by-side real), checkout the RxR Redux Example.