spacejelly.hashnode.devBuild a Blog with Next.js App Router & Headless HashnodeOne of the biggest pain points of building a blog is figuring out where to write and mange your posts. There is no shortage of Headless CMS options out there, so its important to figure out what makes them special, including a great UX and... one tha...Feb 16, 2024·23 min read
spacejelly.hashnode.devHow to Detect Clicks Anywhere on a Page in ReactDetecting clicks is a fundamental way to engage with your visitors on interaction. While it's easy to detect clicking on something, what about clicking outside of it? https://www.youtube.com/watch?v=M_HujIFsIb0 Adding Event Handlers in React Often ...Feb 12, 2024·6 min read
spacejelly.hashnode.devHow to Add an AI-Powered WYSIWYG Editor in React & Astro with NovelWriting content is hard enough, so you want to build a writing an editing experience that you or your client loves. Let's see how we can easily add a beautiful WYSIWYG editor to a React app in minutes, complete with an AI assistant, with Novel. https...Jan 29, 2024·14 min read
spacejelly.hashnode.devCreate a Blog in Astro with AppwriteThere are a lot of products for building a blog, but they often don't leave a lot of room for flexibility for how you develop and manage your content. Instead, we can use an app platform like Appwrite to build a custom solution, including easily usin...Jan 26, 2024·17 min read
freecodecamp.orgHow to Build a Santa Tracker App with Next.js and React LeafletIt's the holiday season and Santa's coming! But just like he watches all of us, we can build a map-based tracking app to keep an eye on him and find out when he'll come on Christmas night with Next.js and React Leaflet. How can we track Santa...Dec 21, 2022·15 min read