David Cizek

Results 12 comments of David Cizek

hi @kordeviant seems weir because rxr has dependency 'deep-equal' package. Did you try (normally not needed) `npm install deep-equal` in your project?

Hi @MichalZalecki, that's elegant solution, indeed! Thanks! I was thinking similar way... Question is where to implement it in the flow. Because we handle all actionsStreams (messageStreams) independently (unlike redux,...

Sorry, too. I was a little bit busy. I understand you (convention over configuration) and KISS principle. I came up with the blueprint idea because I was thinking about how...

HI @leebenson, thanks for stopping by rxr. I use rxr for app behind login, so I have no requirements for SSR so far. I've read your comments elsewhere and looked...

Hi @Schlesiger thanks for using rxr. It's not dead, I had a very little time to update it. I've prepared scoped state and some nice new functions but had no...

Thanks @Schlesiger for your ideas. The optimization is 2nd on my list. For me the best benefit of RxJS approach is not having all these action constants and creators and...

Hi @fandaa I'm currently little bit busy but I'm still big fan of RxJS and not happy not having time for rxr. I'll do my best to publish what you...

Hi @jeffras , sorry for this. I hope I can fix this during the weekend.

@loganpowell I made fresh pull from the github, run `npm install` and all the mentioned commands and everything started ok. I tried the `http://localhost:3003/` but got error - but this...

As an elixir beginner I love the idea. Whan I started with rust, I figured out this keybinding: ``` { "key": "shift+cmd+d", "command": "rust-analyzer.openDocs", "when": "editorLangId == 'rust'" } ```...