Guido Schmitz

Results 10 issues of Guido Schmitz

Hi, I've been working on https://github.com/guidsen/react-simple-universal that solved the boilerplate involved with universal React Apps. I'm really curious about your thoughts about this and would love to have some help...

```js const moment1 = moment('2018-03-25') .startOf('day') .hour(12); const moment2 = moment('2018-03-25') .startOf('day') .minute(12 * 60); // Here I'm adding 12 hours in minutes ``` Output: ```js moment1: Sun Mar 25...

add-time-bug

Hi, I've been working on https://github.com/guidsen/react-simple-universal that solved the boilerplate involved with universal React Apps. Although it doesn't include all the functionality that is included in this repo (yet), I'm...

Hi, I've been working on https://github.com/guidsen/react-simple-universal that solved the boilerplate involved with universal React Apps. I'm really curious about your thoughts about this and would love to have some help...

What will be the best way to pre fetch data? In #1 we've talked a bit about it as well. What options do we have and is most straightforward? Extending...

We need at least a good simple and advanced example. Simple will include just a basic server with static store. Advanced example might include something like data retrieving from the...

enhancement
help wanted

We need to e2e test the whole process. Both client and server. Could somebody help me on this? Libraries: - [Mocha](https://github.com/mochajs/mocha) as testing framework - [Enzyme](https://github.com/airbnb/enzyme) to test the `render-layout.js`...

enhancement
help wanted

We need to be able to have a simple development environment with something like live reload for our `dev-server.js`. Anybody good suggestions on libraries that can do this?

enhancement
help wanted

Hi, I've been working on https://github.com/guidsen/react-simple-universal that solved the boilerplate involved with universal React Apps. I'm really curious about your thoughts about this and would love to have some help...

Sometimes the API abstraction doesn't help much. With this functionality, the user can directly send a message across the wire. This can be useful when a statsd server supports different...