Here are
560 public repositories
matching this topic...
🦉 Custom jest matchers to test the state of the DOM
Updated
Jul 12, 2021
JavaScript
Updated
Jul 18, 2021
JavaScript
Free, open source mental health communication web app to share experiences with loved ones
Updated
Jul 12, 2021
Ruby
Updated
Jun 10, 2021
JavaScript
Test React Components with Jest and React Testing Library on TestingJavaScript.com
Updated
Jul 15, 2021
JavaScript
docs site for @testing-library/*
Updated
Jul 18, 2021
JavaScript
🚀 Create React App TypeScript Todo Example 2021
Updated
Jul 17, 2021
TypeScript
Syntactic sugar for handling modals using React Hooks
Updated
Jun 7, 2021
TypeScript
Advanced and minimalistic Next.js pre-configured starter with focus on DX
Updated
Jun 22, 2021
TypeScript
Opinionated Next.js Starter with TypeScript, Tailwind, MDX, and decent SEO
Updated
Jul 17, 2021
TypeScript
🦩 Which query should I use?
My personal portfolio website, proudly built with Gatsby, TypeScript and Styled Components
Updated
Jul 13, 2021
TypeScript
Starter template for building a project using React, Typescript, Next.js, Jest, ChakraUI and ESLint.
Updated
Jun 19, 2021
TypeScript
Starter template for building a project using React, Typescript, Next.js, Jest, TailwindCSS and ESLint.
Updated
Jun 19, 2021
TypeScript
Building a newsreader using the HackerNews Api, React, React Testing Library, Styled Components, Axios & Memo
Updated
Jun 8, 2021
JavaScript
Opinionated quickstart Create React App template with Redux, React Testing Library and custom eslint configuration
Updated
Jul 1, 2021
JavaScript
Updated
Jun 16, 2021
TypeScript
Easily mock GraphQL queries in your Relay Modern / Apollo / any-other-GraphQL-client tests.
Updated
May 25, 2021
JavaScript
Simple React Boilerplate with Webpack, Github Actions, Scss, Lazy Loading etc....
Updated
Jun 5, 2021
JavaScript
Example of testing a Relay Modern app using Flow, Jest, react-testing-library and graphql-query-test-mock.
Updated
Oct 30, 2018
JavaScript
🚀 Medly components provides numerous themable react components, each with multiple varitaions of sizes, colors, position etc.
Updated
Jul 18, 2021
TypeScript
Fable bindings for jest and friends for delightful Fable testing.
Pluralsight guide: Testing React Components with TypeScript
Updated
Jun 12, 2021
TypeScript
an "almost complete" template for your new projects
Updated
Jun 8, 2021
JavaScript
Opinionated react-redux-typescript-boilerplate with focus on best practices and painless developer experience.
Updated
Jun 8, 2021
TypeScript
React Movies finder is a React app to search movies and series using redux, redux-thunk, React Hooks, and Material UI
Updated
Jun 19, 2021
TypeScript
Next.js with Chakra UI boilerplate. PWA ready with storybook and tests configured.
Updated
Jun 12, 2021
TypeScript
[视频课程] 基于Ant Design Pro v5和Formily v1的动态模型网站后台(2021)
Updated
Mar 22, 2021
TypeScript
Yeoman generator for CRA + TypeScript + React + Redux + Router + Testing Library.
Updated
Jun 9, 2021
TypeScript
Improve this page
Add a description, image, and links to the
react-testing-library
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
react-testing-library
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The existing
withErrorHandling
should be replaced with react-error-boundary, because it decouples the error state from thewidget
component (and provides some developer experience features).