John Rake

Results 8 comments of John Rake

@zpao Has anything ever come from these talks. Are there good solutions now for a simple isomorphic react architecture? The only example I was able to find that I could...

@zpao Thanks for the response. I hadn't done enough research on the topic when I posted here. I have been able to find a ton of solutions for isomorphic solutions....

Reference #50 for this fix. Let me know if you don't want the pr into master.

@andymoon @doug-martin. Anything to work here?

@doug-martin. What is this referring to? Can we close it?

@doug-martin. How about this guy?

Here is the code I use for my project. ```js this.audio = new Sound(DOWNLOAD_URL, null, (error) => { if (error) { // handle error } // download complete }); ```

I have implemented this code in my own codebase [here](https://github.com/vikeen/lunchadores/tree/master/client/app/notifications). I would happy to take this ticket and use my current work as a starting point for a pull request....