Andrew Ross
Andrew Ross
Per the recent Nextjs shift in best practices for loading beforeInteractive scripts, you can instantiate the library as pictured and it works perfectly. I’m using next@latest, edge middleware, etc etc;...
I do this in my repos for dealing with the datalayer. Make a Root index.d.ts, set `declaration: true` in the tsconfig, and -- ```ts /// /// declare module "google.maps"; declare...
Reduced testing time substantially by changing the `data` prop in the `getParsedType` function from `any` to `undefined` and handling the `ZodParsedType.promise` conditional in a more strongly typed manner as follows:...
So I installed woographql last evening and activated woocommerce as well. I am using WPEngine's Commerce setup for my WP instance. prior to activating these plugins the `shop` page was...
Wrote some helper TS definitions for handling JSON serialization/deserialization and conditional-to-null typings for use with Nextjs as 90%+ of my snoowrap calls are made within getStaticProps (serverside) to effectively feed...
I use it with nextjs version 15.3.1, react and react-dom versions 19.1.0, and am using the latest versions of three, r3f, and drei. It all works as intended. Make sure...