Sebastian

Results 43 comments of Sebastian

That comfort we can get it with a server bundle being generated by webpack too, theres an example here: https://github.com/webpack/react-starter/blob/master/make-webpack-config.js#L130 [off-topic] Why did you close the issue?, you even let...

Thanks for the reply. Developing an app with the react-starter, was taking less than 15s to boot, but with Ambidex is taking almost 21s. And every time I add node-jsx...

> One thing I know I'm going to need to eventually change is to make each instance of Ambidex run in its own thread, so we don't hit Node's

Don't know if make sense but maybe It could modify the exported queries when there's multiple operations. from: ```js module.exports = doc; module.exports["MyQuery"] = oneQuery(doc, "MyQuery"); module.exports["MyMutation"] = oneQuery(doc, "MyMutation");...

Hey @leoasis , yeah when I commit the code I thought about the `documentId` since is not the "document id" anymore is the "operation id". Maybe we could change that...

@charlieschwabacher thanks for your response! I'll give it a try 👍 I'm wondering if I should use something more abstract like https://github.com/balderdashy/waterline so in that way it's DB agnostic, but...

:+1: for React and their friends: - React Router. - Reflux or Redux for Flux stack. - Webpack. And for backend Meteor or Sails (which I like it more) and...

Yeah we could focus in using passport and implement the github login/register flow at first. LDAP and others is going to just install other modules like https://www.npmjs.org/package/passport-ldapauth

@lucasconstantino I think this PR is doing some refactors which could be in different PR in order to review it better. The code of which enables the initial state for...

@lucasconstantino I did PR over this issue, to avoid the mutation of state object passed as reference. Let me know what you think, @recidive gives me his "ok", so if...