Seth Thompson
Seth Thompson
Ran into issue #249 as well (which you may already have on your radar per this comment: https://github.com/choojs/bankai/pull/241#issuecomment-332536916)
Really, going ham on testing this new pipeline :) Opened yoshuawuyts/inline-critical-css#1 which seems like a common use case
#250 is the biggest issue for me right now...
@cjhowe7 in this case, I'm thinking of server-side rendering is an optimization the developer adds with some knowledge ahead-of-time of which routes will be most popular (or a feature to...
Had a conversation with @yoshuawuyts about this last weekend. In general I think that making views asynchronous in order to support remote data fetching is a bit of a red...
Let's keep this conversation positive. One of the reasons that choo is so great is that it keeps the core minimal by allowing others to come up with the userland...
FWIW, I needed to make this change to `src/node-config` to solve my problem: ```diff require('babel-register')({ presets: ['env', 'stage-2', 'react'], babelrc: false, - only: isWindows ? undefined : new RegExp(`(${transformFolders.join('|')})`) +...
or choo-hooks ;)
Aha! Ran into this one on the last app I was working on--I ended up getting rid of a component in the header to fix. Nice to see that this...
@bcomnes @kristoferjoseph is this issue closed? any update on nanocomponent beta being merged into master?