Code Monkey home page Code Monkey logo

Comments (3)

samselikoff avatar samselikoff commented on May 27, 2024 2

Thanks for the kind words! 🙂

If you want to add Mirage to an existing workflow piece by piece, I would use the passthrough API: https://miragejs.com/api/classes/server#passthrough. The team can maintain their existing workflow using the dev server and start replacing routes one by one, allowing the rest of the unmocked routes pass through Mirage and hit the existing server.

To fully replace it I would start by working on a section and see what the Mirage definitions end up looking like. If your APIs are consistent enough you should be able to use Mirage's Serializers and Shorthands to end up with a pretty concise definition.

As far as a tool to generate things automatically that feels far off but would be interesting to explore. This is probably more straightforward with GraphQL because it's typed. REST APIs vary so much so there would probably always be some configuration needed. Perhaps a static generated server would be a good starting point, that can then be tweaked later.

What does your API look like? What's an example response? Are you using any specs like json:api?

from discuss.

nickdotht avatar nickdotht commented on May 27, 2024 1

This is all I needed! Haha, thanks a lot.

from discuss.

samselikoff avatar samselikoff commented on May 27, 2024

FYI: Transferred this to our new Discuss repo, our new home for open-ended conversations about Mirage!

from discuss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.