site
site copied to clipboard
Source for Mirage's website
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.13.1 to 16.14.0. Release notes Sourced from react-dom's releases. 16.14.0 (October 14, 2020) React Add support for the new JSX transform. (@lunaruan in #18299) Changelog Sourced from...
"Finally figured it out, it was very simple but painful. If you are using the fetch API it is critical that you start the server prior to new Vuex(). If...
- When I visit `/repl`, new repl is created, user is redirected to their unique REPL url `/repl/123`, and user is given edit token in localStorage. - When on a...
First of all, thank you for Mirage! It fits my needs exactly. MSW requires an HTTPS connection to host, which was a time-suck and finally a dealbreaker for our S3-hosted...
Bumps [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components) from 3.3.9 to 3.3.10. Changelog Sourced from gatsby-plugin-styled-components's changelog. 3.3.10 (2020-07-09) Note: Version bump only for package gatsby-plugin-styled-components Commits 960d523 chore(release): Publish See full diff in compare view...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.4 to 10.4.5. Release notes Sourced from @testing-library/react's releases. v10.4.5 10.4.5 (2020-07-08) Bug Fixes flushMicroTasks: fallback to no scheduler (#739) (9e5cf59) Commits 9e5cf59 fix(flushMicroTasks): fallback to no...
Visit https://miragejs.com/api/classes/server/ on laptop screen, sidebar isn't accounting for fixed header. Need constrain height and add some bottom padding.
Snippet for adding identity manager
I'd like to use the repl to answer questions like... * How do I serve binary responses with mirage? * How do I serve streaming responses with mirage? I can...