CChetaninchetanraj.hashnode.dev·Sep 27, 2021 · 1 min read3 Tools that help me to create content on Instagram for @javascriptessentialsNotion Notion is a powerful 💪 tool. When I get an idea for content creation — I quickly open Notion and jot it down. Here I have created multiple pages and categorized them into Posts, Stories, Tweets, Ideas💡 & I also write drafts of my blogs h...00
CChetaninchetanraj.hashnode.dev·Sep 25, 2021 · 3 min readReact & Vue in the same app using AstroAstro is a new JavaScript bundler in the market. It follows the Bring Your Own Framework (BYOF) strategy and loads the components on-demand. Astro is still in the Beta version (v0.19). They're planning for a v1.0.0 release later this year. Keep out a...00
CChetaninchetanraj.hashnode.dev·Sep 2, 2021 · 4 min readnifty npm tips and resources to save timePrerequisite — You’ll need to have Node installed on your machine to run these commands. I’ll be referring to this sample package.json when referring to the commands used below 👇 { "name": "nifty-npm-tips", "version": "0.0.1", "private": true,...00
CChetaninchetanraj.hashnode.dev·Aug 17, 2021 · 4 min readGet Rid of Callback Hell with Async/AwaitIn this article, I will be explaining how to write code that is easier to read and understand using async/await. Usecase — To search a book by its name from the one API endpoint that has the book ISBN, title and price and another API endpoint to chec...00
CChetaninchetanraj.hashnode.dev·Aug 13, 2021 · 6 min read7 Interesting React Hooks ⚛️In this article, I present 7 interesting React hooks worth trying out in your React projects. 1. useSound The useSound hook is one of the most interesting hooks I have found. I have used this hook in my blog — when clicked on the toggle theme [light/...00