Birkir Gudjonsson
Birkir Gudjonsson
I've been busy in React Native world, please let me know if you guys need help. It's my favourite project so I'm looking forward to see in what direction we're...
`next` now has both webpack 4 and react 16 https://github.com/ctrlplusb/react-universally/compare/master...next Question @ctrlplusb , are we using prettier-eslint or no? There seems to be an inconsistency between branches regarding prettier. All...
We (ueno.) have a modified version, which we currently use to start all of our universal projects. You can see some of our clients at https://ueno.co - most (if not...
The problem with HappyPack is that even though the workload is distributed between threads, the work itself is not separate enough to get the benefits I'd like. The main webpack...
Got it! Now seeing my CPU on full blast!
Good work there @ctrlplusb So now we will have to stop / start the dev server if we change that disableSSR flag, right?
I think I would use that feature very often. Lots of time I hot reload and the server takes too long to restart so when the client reloads and needs...
@peshi implementation details? It's pretty hard to use with react-universally because of the split server/client thing.
Cool, thanks. I got it working, but it was always reloading my server. Still need to work on it.
Hard-coding css file imports is not a solution IMO. You need to enable extract-text-plugin on the server end, something along these lines: ```js // ./internal/webpack/configFactory.js // in plugins ifElse(isDev &&...