Bill Walker

Results 15 comments of Bill Walker

I'm thinking that rather than a "demo app" slingshot should have a bare minimum template, complete with actions/reducers, components, containers, routes, and configureStore. A sensible minimal set would mean minimum...

@coryhouse I guess you're right, but it just seemed like there was a bit much that had to be removed (the fuelSavings stuff). I guess I was thinking about a...

@coryhouse Actually, I'd love to propose a structure that I feel I'd use on all projects. Would you be willing to discuss changes to the way actions/reducers are structured? Even...

Specifically, I'd like something like this: ``` javascript // in redux/modules: // index.js // generated from login and posts by pre-build from module files found // login.js (login duck) //...

OK, I got this working as above, except for: ``` javascript function mapDispatchToProps(dispatch) { return getBoundActions(dispatch).posts(); } ``` Note that posts is a function... this only calls bindActionsCreators once per...

Editing to withdraw the proposal. I see the removal is leaving the index.ejs, which is useful and tied into the build. The best part about slingshort are the great build...

Hey @coryhouse, I understand the goal, and I agree that any given application/test structure is unlikely to satisfy everyone. However, I would strongly encourage giving some more thought to using...

@mikedevita, I agree that it sucks to have to rewire the index, store, reducers, etc. to get a working starter. I know how all this stuff works, but sometimes I'm...

@kwelsch if you take a look at the ```src``` folder of the repo I listed above you will see pretty much the exact minimum number of files that you need...

Thanks. Any two properties are fine, as long as one means "this is the URL that you need to provide as the redirect_url to the authorization server", and "this is...