Juho Vepsäläinen

Results 352 comments of Juho Vepsäläinen

Yeah, I tried something simpler but maybe it needs the whole section and it has to use the right hook specifically as over there. Likely that's the reason why it...

> Honest question: why are you trying to replace master? I am deploying an org site to GitHub Pages. Ironically it looks for the content at `master`, not `gh-pages`.

> If that's the case, wouldn't it be better to have a src branch so that it doesn't get overridden when you deploy? Yeah, we actually treat `gh-pages` as our...

> So, in your current setup, can you deploy to master while in the gh-pages branch? Yeah, the custom script works while the library version doesn't. As you can see...

Can you have a look at my proposed fix at some point?

Let me know if you need anything specific. Now it's coupled with React/react-router/webpack but this can be changed. The output is entirely static by default by design and there's a...

Hi, The original is here, https://github.com/survivejs/js_tricks_and_tips/blob/master/common_problems/pyramid.md . I should rewrite the article and fix the link. Thanks for bringing this up. I'll close this issue when that's done.

Could you describe the overall layout of your site/app? One option would be to work closer to webpack and use a feature like code splitting to avoid some of the...