Kwame Adjei

Results 8 comments of Kwame Adjei

@adriansprod could you please elaborate. I've initialized my constructor and declared my default state but i'm still receiving the same error. _application.store.js_ ``` js import alt from "../alt.js"; import applicationActions...

I'm experiencing the same issue. What is the proper way to dispatch during an asynchronous request? ``` getUsersList() { return () => { axios.get("api/users") .then((users) => { this.successfullyRetreivedUsers(users.data); }) .catch((err)...

Thank you for the response. Due to the inconsistent documentation and non-pluggable nature of Alt I ended up moving to Redux.

This is my current config ![screen shot 2016-12-07 at 8 35 56 pm](https://cloud.githubusercontent.com/assets/10477325/20995488/0dd06d66-bcbd-11e6-8212-be2ffbbe32ff.png) I'm able to run the command with not issues. but nothing happens when i click the stop...

On a side note. I'm also creating some development tools using electron and I have to say i love you are doing with this app.

no problem. Sounds good thanks

I was planning on making the changes locally but when will this be merged?

I'm looking for the exact same thing. I created my own server framework in hopes of building something close to express and koa but quickly found out that its impossible...