Jiachi Liu

Results 212 comments of Jiachi Liu

@u3u would you mind giving an usage example to explain more about this issue? or it would be nice if supplement more information to the description!

We're trying to get it into 1.1 or 1.2. But shortly we'd love to collect more use cases of subscription pattern in real world apps so that this API can...

If the error is thrown during the procedure of hook it will break the whole render all the time. SWR stores the `error` as property in returned value which lets...

You're using JSON.stringify for the error then it doesn't show everything of the error. You can change it to `error && error.toString()` then it display the error message `Error: oops...

Add some addition infomration: The esm assets of swr (`"import"` condition from `"exports"` field in package.json) is picked up by webpack correctly, but it seems still act like commonjs module...

@keropodium Thanks! I checked, it resolved the issue! cc @tzachbon

@SukkaW Can you share the code about the benchmark you did? Looks like the Finbonacci one is cirtical but not for others with performance and it takes more memory. If...

I tried the tests case and it breaks with some errors such as ``` ReferenceError: regeneratorRuntime is not defined ``` I feel this is the major problem that we need...

Hi @jaydenseric , we're trying to ship a new version with few breaking changes. I feel this is good to include the ESM support there. [styled-jsx plugins loading](https://github.com/vercel/styled-jsx/issues/733) need to...

Hi @AaronO could you provide an example that how you use styled-jsx with deno?