Zack Jackson

Results 362 comments of Zack Jackson

@jgod please send a PR

@theKashey anything you’d want to pr into this repo

Send PR or update readme please

@millsoft @CongAn please sned a PR if these options do not work anymore, happy to accept updates

Yeah it can be mitigated outside the library via an abstraction. But in general its nice to have universal compatibility or something like `typeof window === "undefined"` then just call...

Usually I just short circuit it during SSR so it always runs immediately. I also already can support async on my renders. So I have fetch calls any other side...