Kyle Shevlin
Kyle Shevlin
I think it'd be dope to add an image component that will automatically invert the colors of an image based on the theme. I think the way to do this...
Might be worth adding these: https://css-tricks.com/how-to-create-a-skip-to-content-link/
Because the Provider is created inside the closure of `generateContext`, it's generically named `Provider`. So even though you give it a variable name when you destructure it, it still shows...
Recently, it dawned on me that a nicer API might be the following: - rename the hooks to match React's exactly - import the package with a namespace If the...
In converting my blog to Astro, there were some changes to how images work. With Gatsby, I could import the image like so: ``` import BlahBlah from './images/blah-blah.png' ``` And...
## Steps Literally attempting the quick start with either `npm create keystone-app@latest` or `npx create-keystone-app@latest` ## Expectations A keystone app to made without an error ![Screenshot 2024-08-28 at 3 34...