Beginner Guide on Unit Testing in React using React Testing Library and Vitest

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • react-unit-tests-example

    Beginner guide on writing unit test in react

  • Thank you for reading. I hope you've learned something new from this post. The code can be found in this repository Want to stay up to date with regular content regarding JavaScript, React? Follow me on LinkedIn.

  • testing-library-docs

    docs site for @testing-library/*

  • React Testing Library RTL is a lightweight solution for testing web pages by querying and interacting with DOM nodes. RTL is a popular testing library for React applications that helps developers write reliable tests for their components. It is designed to encourage writing tests that are easy to read and understand, which makes it a great tool for teams working on large React projects.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why I rarely use `getByRole`: Testing Library and the first rule of ARIA

    1 project | dev.to | 3 May 2024
  • Testing Intercepting Routes

    1 project | /r/nextjs | 11 Nov 2023
  • Mastering Jest: A Complete Guide to Testing Next.js Applications Part-2

    1 project | dev.to | 5 Sep 2023
  • How to run visual tests in 2023

    1 project | dev.to | 25 Aug 2023
  • findByText for Vue Test Utils

    2 projects | dev.to | 10 Jun 2023