Pav

Results 11 comments of Pav

So should we just not use this library in conjunction with Strict Mode? Surely Strict Mode has a lot of benefits. What exactly is the issue with `history` as per...

This would be huge for our project

I am getting this error when trying to do this with next.js I ran the twitter-express npm example and it worked fine. For some reason when i implement this: ```const...

Yeah, this is partly an issue with next.js. in Dev mode it throws the session away most of the time. No idea why.

My current solution to this problem is I have to compile on one (or Travis) server and then SCP it to the others and restart all those servers. Not ideal...

Same here, I can't require images through react. I also can't get the svg-loader to work either. I think part of this hardship is due to the fact that react-server...

You may ask yourselves.. why do you have a middleware.ts file? Well because our prod/staging urls are in cloudfront/s3 but we still use vercel for previews.