Jayden Seric
Jayden Seric
@savovs If you're still stuck, you might find [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server) a little easier to get up and running – you don't have to set up a custom scalar or Multer.
@thebigredgeek I have fairly recently published an alternative you might find easier to setup (no Multer setup needed) and a little more flexible: [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server). It does not provide files to...
Also the API itself is down; all the `graphql-react` demos are broken 😢 https://graphql-react.now.sh
See also https://github.com/vercel/next.js/issues/37031 .
This issue causes serious FOUC problems when rendering arrays of `link` DOM nodes for stylesheets and something early in the list changes, see: https://github.com/preactjs/preact/issues/3285#issuecomment-992227947 What is an ETA for a...
That's great news, when do you think v11 will be released? I'm currently working full time on a buildless SSR web app framework for Deno based around Preact, and this...
I've had some breakthroughs! I was making some incorrect assumptions that was leading to most of the issues. The strategy is to hydrate the body app first, so all the...
Also, my original concerns about DOM node equality checks in Preact and the proxy of `document.head` still needs due diligence. The head tag system I have ***appears*** to be working...
I've been working hard on this problem again, and am currently stuck due to a Preact rendering bug (https://github.com/preactjs/preact/issues/2783). The managed head tags are a `Fragment` array, each with keys....
For [Ruck](https://github.com/jaydenseric/ruck) (the buildless React web application framework for Deno) I ended up having to abandon Preact, due to https://github.com/preactjs/preact/issues/2783#issuecomment-993028422 and also because of types conflicting with React's used by...