Viewing profile — shuding
shuding
HN member- Joined
- Fri, Jun 10, 2016, 2:49 PM UTC
- HN karma
- 28
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About shuding
Recent public activity
-
comment
Comment #34101468
No it didn’t work with React Native because it uses a bunch of browser APIs to measure the content size, but I hope someone will build an alternative for RN!
-
comment
Comment #33927832
Thanks for the feedback. In the future we will be focusing on closing that gap. Some research is still going on and with Next.js 13's server components and server-side data fetchin…
-
comment
Comment #33927763
We answered that in the blog post: https://swr.vercel.app/blog/swr-v2#the-future--thank-you > With the new release of Next.js 13, we see a lot of exciting new things as well as par…
-
comment
Comment #33182568
There are already a lot of choices to convert SVGs to PNGs, what Vercel uses is https://github.com/yisibl/resvg-js . And Sharp is another good option.
-
comment
Comment #33163159
It does not rely on a browser. Satori itself includes a CSS parser/normalizer, a flexbox layout engine, a text layout engine and a SVG renderer.
-
comment
Comment #33162961
JSX here is just a way to represent the HTML information because you can't write HTML in JavaScript. It is NOT required. But with the JSX representation, the lib doesn't have to pa…
-
comment
Comment #33159101
Advanced text shaping isn’t implemented yet, where we plan to use Harfbuzz in the future.
-
comment
Comment #33156409
No, Satori does not guarantee that the SVG will 100% match the browser-rendered HTML output. That's because Satori implements its own layout engine based on the SVG 1.1 spec. Howev…
- story
-
comment
Comment #29024177
No, these will not be going away in the near future as far as we can see. React 18 / RSC are still in alpha or experimental stage, and what we shared are just new ways to do data f…
-
comment
Comment #27525025
> Is this using WebContainers? Or is it just very similar? No, it’s not using WebContainers. It’s a native ES module based Next.js dev server that works inside the browser.
-
comment
Comment #26730824
Wow great work tga, love it!!
-
comment
Comment #25932104
Hey! SWR author here. Mind sharing the annoyances and how I can make it better for you?