We compare four popular testing tools for Next.js in this article: Playwright, Cypress, Jest, React Testing Library, and Vitest.
React released two Hooks intended to help with forms: useFormState and useFormStatus. Learn how to use them in your forms in this post.
Let’s compare the pros and cons strongly vs. statically typed languages and explore how TypeScript combines the benefits of both.
We investigate using Nx to develop microservices and show how to use Nx to create multiple Next.js apps within a monorepo.
Learn how to use Lucia, a new authentication library, to implement password-based auth in Next.js in this detailed, step-by-step tutorial.
Use the CSS contain
property to optimize the placement of elements on a webpage and improve UX.
Testing your React app is a necessity, but testing Hooks can get a bit complicated. Learn how to test Hooks multiple ways in this guide.
Web UI development has evolved tremendously over time. Tools like SASS, Bootstrap, and Tailwind help make web design more efficient […]
Implement keyboard shortcuts using the GitHub Hotkey library to improve user productivity in your next JavaScript application.
Delve into Strapi’s features and more to understand when and why you should use this open source headless CMS for your next project.
Learn how to make visual regression tests easy and fast with Argos CI, an automation tool that compares screenshots during build time.
Use CSS Subgrid to design advanced and responsive grid layouts that are consistently aligned and independent of each other.