An open API service indexing awesome lists of open source software.

https://github.com/alexanderlapygin/cra_ts_rtl_msw_react-query

CRA-in-TS starter with React Query and testing with RTL and MSW
https://github.com/alexanderlapygin/cra_ts_rtl_msw_react-query

cra msw react react-query react-testing-library rtl softspiders ss starter template test testing ts

Last synced: 28 days ago
JSON representation

CRA-in-TS starter with React Query and testing with RTL and MSW

Awesome Lists containing this project

README

        





# CRA-in-TS starter with React Query and testing with RTL and MSW

## Feature tags

- create-react-app
- mock-server-worker
- react
- react-query
- react-testing-library
- rest
- starter
- template
- testing
- typescript

---

## Direct ancestors

- [***- react-query***: cra_ts_rtl_msw](https://github.com/AlexanderLapygin/cra_ts_rtl_msw)
- [***-ts***: cra_rtl_msw_react-query](https://github.com/AlexanderLapygin/cra_rtl_msw_react-query)

## Direct descendants

[***+ openapi-backend***: cra_ts_react-query_rtl_msw_openapi-backend](https://github.com/AlexanderLapygin/cra_ts_react-query_rtl_msw_openapi-backend)

---

## Requirements

* [Node.js](https://nodejs.org/en/download/package-manager/)

## Installation

Being in the repository root directory, run:

```sh
yarn
```

## Running

Being in the repository root directory, run:

```sh
yarn start
```

## Running test (in watch mode)

Being in the repository root directory, run:

```sh
yarn test
```

## Authors

[Alexander Lapygin](https://github.com/AlexanderLapygin)

## Inspired by

[Develop and test React apps with React Query, MSW and React Testing Library (Dennis Kortsch)](https://www.denniskortsch.de/posts/msw-react-testing)

### License

Licensed under the [MIT license](./LICENSE).

---

[SOFTSPIDERS](https://github.com/softspiders/softspiders)