recursive-proxy-mock

Create a proxy which can mock any object, function, class, etc. with infinite depth and combinations. (by CreativeTechGuy)

Recursive-proxy-mock Alternatives

Similar projects and alternatives to recursive-proxy-mock

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better recursive-proxy-mock alternative or higher similarity.

recursive-proxy-mock reviews and mentions

Posts with mentions or reviews of recursive-proxy-mock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-06.
  • How to include dependent types in library build?
    2 projects | /r/typescript | 6 May 2022
    Let's take a specific example. One of my libraries recursive-proxy-mock is bundled with Rollup. If you take a look at dist/cjs/index.js you can see there is one big file with everything in it, all bundled together. There are named exports for each thing. This can easily have unused code eliminated either via tree shaking or dead code elimination. I've never made a distinction as to which applies in which scenario since both should always be used together. But I guess my point is, a bundled library doesn't need to have any special format which would require a bundlers help to drop dead code.
  • How to setup a project for browser js library in a best way?
    1 project | /r/reactjs | 8 Jan 2022
    If you want to check out my build config for my library that sounds very similar in architecture to yours, feel free: https://github.com/CreativeTechGuy/recursive-proxy-mock
  • Cool examples of using Javascript proxies
    2 projects | /r/webdev | 6 Jan 2022
    Take a look at the recursive-proxy-mock library. The ability to create an object where every property or function "exists" with infinite depth is a really powerful primitive. Not just for providing mock implementations to complex objects for testing, but also for the ability to store and replay operations on another object in the future.
  • How are you bundling a React Component Library?
    9 projects | /r/reactjs | 12 Dec 2021
    If you are just looking for a TS library config (not related to react) then here's a good example I can share: https://github.com/CreativeTechGuy/recursive-proxy-mock/blob/main/rollup.config.js
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 25 Apr 2024
    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. Learn more →

Stats

Basic recursive-proxy-mock repo stats
4
8
0.0
over 1 year ago

CreativeTechGuy/recursive-proxy-mock is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of recursive-proxy-mock is TypeScript.


Sponsored
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