Re: [ClojureScript] Om Next: Reporting Backend Errors on the Frontend

2016-06-13 Thread Max Countryman
11:08, David Nolen wrote: > > That's what server-side mutations do there's nothing to wait for. If you're > talking about some kind of push state thing, there's nothing stopping you > from implementing that today and people already have. > > David

Re: [ClojureScript] Om Next: Reporting Backend Errors on the Frontend

2016-06-08 Thread Max Countryman
ound the error > handling story. For the time being you'll have to sort something out > yourself, but the idea is that error handling will eventually be a first > class feature. > > David > > On Sun, Jun 5, 2016 at 12:46 PM, Max Countryman <mailto:m...@me.com>> wrote:

[ClojureScript] Om Next: Reporting Backend Errors on the Frontend

2016-06-05 Thread Max Countryman
Hi, I’m curious about the preferred method for communicating errors occurring in a backend mutation function. For example, say we have some input from a frontend form that we need to validate on the backend when we submit this form. We have a mutation function which carries out form input stat