Gerhard Preuss

Results 31 issues of Gerhard Preuss

Adds documentation to doclets.io service. Future tags and master branch will be published automatically. [Preview generated with my account](https://doclets.io/lipp/JSNetworkX/add-to-doclets) @fkling If you like this, you are very welcomed to login...

200 lines polymorphic realtime todos app powered by next, [jet](https://github.com/lipp/node-jet) and redux

Let the user configure, which meta data per strategy is included in jwt and/or profile cookie. Maybe by using env variables `LW_GOOGLE_JWT_META=email,hobby,animal`. See also #36

enhancement

Vote this up to request the email to be included in the profile cookie.

help wanted

React flags components with `.isReactComponent`. https://github.com/facebook/react/search?utf8=%E2%9C%93&q=isreactcomponent&type= Next.js (and maybe others) rely on that: https://github.com/zeit/next.js/blob/a32b22bb2d07c2959d65e11448098988fb1a721a/server/render.js#L102 Thus nerv can't be used with next.js right now: https://github.com/zeit/next.js/issues/3868

The fetch promise may resolve after first fetch callback gets fired. This is very complicated to solve and especially makes the FakeFetcher more difficult. A solution would required deferred execution...