banking-in-action icon indicating copy to clipboard operation
banking-in-action copied to clipboard

Sample application for RxJS in Action (Book)

Results 6 banking-in-action issues
Sort by recently updated
recently updated
newest added

I want to read your book with rxjs6. However, atfer upgrade version with guide in public documantation, "npm install rxjs@6 rxjs-compat@6" it doen't work I got this problem "node_modules/rxjs/bundles/Rx.js" So...

It seems appropriate that after having a chapter on unit tests, we should probably be unit testing this thing ourselves

I have mock ups around this, but I don't have anything implemented as of yet because it means making more pages. Granted now with the engine stabilized that should be...

We should support transfer between accounts via slider or some other reactive mechanism. (not numeric text boxes)

As cliche as it is, I think we need a drag and drop example. The obvious candidate is dragging search results into the portfolio

The initial implementation interacted with pouchDB locally. I stripped out that interaction during a refactoring, but I think we should add it back in. It can be for specific types...