#nextjs
Read more stories on Hashnode
Articles with this tag
React 19 Beta has officially landed on npm! In this concise yet informative article, we'll highlight the top 5 groundbreaking features of React 19....
In the ever-evolving landscape of web development, staying ahead of the curve is essential. As web applications become increasingly complex,...
Debugging ReactJS applications can be a real challenge, especially when you're trying to identify and solve issues quickly and efficiently. But what...
ReactJS is a popular JavaScript library for building user interfaces. However, building high-performance applications with ReactJS can be challenging,...
Process expensive and UI-blocking tasks in a separate thread using useWorker. · As we all know, Javascript is a single-threaded language. So, if we do...
Steps to build Twitter followers counter using Next.js, NextAuth, SWR, Tailwind CSS with Dark Mode Support. · To learn new things, just reading the docs...