examples VS wretch

Compare examples vs wretch and see what are their differences.

examples

Examples of Mock Service Worker usage with various frameworks and libraries. (by mswjs)

wretch

A tiny wrapper built around fetch with an intuitive syntax. :candy: (by elbywan)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
examples wretch
2 8
633 4,485
2.5% -
6.7 6.4
7 days ago about 1 month ago
JavaScript TypeScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

examples

Posts with mentions or reviews of examples. We have used some of these posts to build our list of alternatives and similar projects.
  • How we use Apollo to manage GraphQL data in our React Typescript application
    1 project | /r/reactjs | 27 Apr 2021
    Did you evaluate mock-service-worker? It's a good solution to mocking API requests. When it executes in the browser it uses a service worker to intercept requests, and when it executes in node (e.g. unit tests) it patches the http.Request methods to effectively do the same. Here's an example for mocking Apollo: https://github.com/mswjs/examples/tree/master/examples/graphql-react-apollo
  • Beginners Thread Easy Questions February 2021
    1 project | /r/reactjs | 18 Feb 2021
    I use https://mswjs.io/, here is also an example project that can become handy: https://github.com/mswjs/examples/tree/master/examples/graphql-react-apollo . Reading this article could also help: https://kentcdodds.com/blog/stop-mocking-fetch

wretch

Posts with mentions or reviews of wretch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-29.

What are some alternatives?

When comparing examples and wretch you can also consider the following projects:

open-api-mocker - A mock server based in OpenAPI Specification

axios - Promise based HTTP client for the browser and node.js

testing-nestjs - A repository to show off to the community methods of testing NestJS including Unit Tests, Integration Tests, E2E Tests, pipes, filters, interceptors, GraphQL, Mongo, TypeORM, and more!

react-query - πŸ€– Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]

puppeteer-request-mocker - Request mocker for puppeteer

ky - 🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API

contentful-graphql-vs-rest - A look at the difference between how to fetch and render linked assets and entries in the Rich Text field in Contentful.

form-data - A module to create readable `"multipart/form-data"` streams. Can be used to submit forms and file uploads to other web applications.

anvil-e-signature-api-node-example - An example app used to showcase Anvil Etch E-Signature API using the node-anvil client.

SWR - React Hooks for Data Fetching

Strapi - πŸš€ Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.

oauth-signature-js - JavaScript OAuth 1.0a signature generator (RFC 5849) for node and the browser