Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question #2

Open
toddmo opened this issue Feb 5, 2017 · 3 comments
Open

Question #2

toddmo opened this issue Feb 5, 2017 · 3 comments

Comments

@toddmo
Copy link

toddmo commented Feb 5, 2017

Hello this isn't an issue but questions

  1. What is the benefit of Rx in your example vs not using it?
  2. Is there any way to bring this down to the client level so that the page can display results as they become available?
@henrik-oscarsson
Copy link
Owner

Hi!

  1. If you (like me) are accustomed to using Rx then doing all kinds of multiplexing, error handling et.c. becomes very terse (which is a plus in this case in my opinion) in the action methods.
  2. You mean tying together Ajax-style calls with Rx? Don't know, I guess, haven't thought about it (yet) :-)

@papyr
Copy link

papyr commented Nov 5, 2018

Hi, I would like to get teh Ajax styled calls as well. More so, letting a DIV being updated when data changes in the server as a push!

Alert you have 20 mails for e.g. in the ASP MVC view.

Also can you pelase update the nugets

@henrik-oscarsson
Copy link
Owner

May I suggest you fork the repo and do that yourself?

Thanks, Henrik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants