#typescript
Read more stories on Hashnode
Articles with this tag
Introduction I started exploring Headless CMS solutions a few weeks ago for a couple of reasons. One of the main motivations is, finding new clients...
A common TypeScript error React developers will encounter · Readable code has always been one of the highest importance in my teams. But it’s not reduced...
Typing React Props with TypeScript can be done in different ways, but not each way will provide you with an equal level of type safety. First, let's...
Implement user sign-up and sign-in for cross browser extensions · Today we'll learn how to use Supabase to add sign-up and sign-in to a browser...
Let’s figure out how we can make API calls from our browser extension with the help of background scripts and asynchronous functions! No 3rd party...
Bringing your favorite front-end development stack to browser extension development isn't too complicated. Once you figured out all the gotchas. Many...