Peter Boyer
Peter Boyer
**_Bug report_** * [x] I've checked documentation and searched for existing issues * [x] I've made sure my project is based on the latest MST version * [x] Fork [this](https://codesandbox.io/s/y64pzxj01)...
Been thinking about how graphql is aiming to create a kind of living/backwards-compatible non-explicitly versioned api on endpoints like `/graphql` and its got me re-thinking my angle about explicit api...
Although hosting your api on api.yourcompany.com may look cool, it forces your api requests to issue an OPTIONS request FIRST to check if CORS is allowed from yourcompany.com to api.yourcompany.com...
Use my answer from #2 to update the article's concepts around this.
- redesigns `ADT` as primary way to define ADT variant types - requires that you use a union of `ADT | ADT | ...` - allows that many variants with...