Patrick Lienau
Patrick Lienau
I've been using altjs for my flux implementation. It has an `iso` package for serializing store state and sending that with the ssr render so client immediately has same state....
@bradtgmurray I just created a PR (https://github.com/styled-components/babel-plugin-styled-components/pull/279) for another issue related to `displayName` but I'm curious if it might not resolve your issue as well.
> Ah thanks! I eventually gave up on docz and am evaluating https://github.com/facebook/docusaurus now Same. Docz appears to be dead/unmaintained. Numerous issues (#1719, #1731, #1674) where the "fix" is to...
@blakeembrey yes that is what I meant. @johnnyreilly > how would that definition be applied to a JSON file? To put it simply, just parse it into a plain old...
Because many different platforms, build targets, tools, plugins, or _what-have-you_ use **`package.json`** as a centralized location for storing configuration data, one should not be surprised that their `package.json` file contains...
Ahhh even better, much more palatable. I only started using typescript a few months ago, haven't really used `module` in any of the typings I've written; sticking to the es6...
And @blakeembrey, I agree about the name. It would be presumptuous to just randomly publish this with the name: `npm`. My thinking is: - [ ] Start a rough draft...
I was able to solve this quite easily, I'm not sure about performance but if I recall my time complexity notation correctly, it should be `O(n)`. I wouldn't imagine this...
@chrisregnier I like the look of that. It does introduce a new control character, but doesn't clutter the code or feel awkward. I'm interested to see how `else`/`else if` could...