MMike@Performantinblog.performantweb.dev·May 3, 2022 · 1 min readReplace koa-shopify-graphql-proxy When Going CookielessRecently I was migrating an embedded Shopify app from using cookie based authentication to use session tokens. The app was using koa-shopify-graphql-proxy to proxy requests from the frontend, to Shopify's GraphQL API. I wanted to use shopify-api inst...00
MMike@Performantinblog.performantweb.dev·Feb 24, 2022 · 2 min readKeep Static Site up to Date With Hashnode BlogTwo of the best features of Hashnode are it's GraphQL API, and the ability to automatically backup copies of your blog posts, and store them as markdown files in your own GitHub repo. Sure you can setup a custom domain and add your own styling to you...00
MMike@Performantinblog.performantweb.dev·Feb 13, 2022 · 2 min readTransition Animation on Scroll with Chakra UI and ReactChakra UI provides four components to help add transition animations. The components are Fade, ScaleFade, Slide, and SlideFade. These components can be passed an in prop that accepts a boolean which determines whether or not to show the component and...01N
MMike@Performantinblog.performantweb.dev·Jan 13, 2022 · 4 min readHTML Essentials - A Quick Overview of HTMLHyperText Markup Language organizes the structure of content, and along with CSS and JavaScript, it is one of the main building blocks of the web. HTML deals with meaning and content rather than styling or functionality, though it plays an important ...00