Arihant Verma

Results 8 comments of Arihant Verma

@tylermcginnis, same as @travis-zookacreative. A private route when refreshed redirects even if authed (because `authed` switches from `false` to `true` when `onAuthStateChange` runs on refresh). How to tackle this? localstorage...

It was really simple doing it. I tried doing it with `componentWillReceiveProps` trying to 'detect' if the component had been rendered after refresh or after a route navigation, which was...

@ericgrosse, did you find the answer to [your question](https://github.com/shrhdk/text-to-svg/issues/9#issuecomment-207217404)? I'm about to embark on the same journey.

@shrhdk, do you have a follow up on this please?

@ericgrosse, If I'm correct, instead of something like [this](http://codepen.io/netsi1964/pen/iyglK), you wanted something like [this](https://jakearchibald.com/2013/animated-line-drawing-svg/#comment-2900157859), right? @shrhdk , do you still need an example that differentiates what eric and I are...

This happened —  I used `webpack-merge-and-include-globally` and saw in my console of webpack that my new file has been generated (`yeahScience.js`) But when I use `assets-webpack-plugin` to see if it...

I think this happens because I'm using webpack 1.15.0. Could you tell me @hxlniada, which version would be compatible with webpack 1.15.0 ? I couldn't find any hints since there...

@davidascher @tsayen @xorlof could this be related to this: https://www.html5rocks.com/en/tutorials/canvas/hidpi/ ?