#javascript
Read more stories on Hashnode
Articles with this tag
Make money the same way web developers did twenty years ago · It was around 2003 when I discovered Dreamweaver, and it changed web development for me...
In our previous article, we explored how we can test React Component props by simply mocking the component and turning the props into...
Building a desktop app that helps you establish a writing routine · How often should I publish? - I'm getting the question now and then. The only writing...
In this post, we'll learn how to test the props a React Function Component receives with React Testing Library and Jest. Before React Testing Library...
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...
Using React Server Components · This article will show you how to take advantage of the latest Next.js features: appDir and React Server Components. We...