mobx-rest icon indicating copy to clipboard operation
mobx-rest copied to clipboard

REST conventions for Mobx

Results 11 mobx-rest issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Sometime we may need to use different kind of models for view model and request model. That could be vice and versa. Model mapper can handle such mapping automatically.

We are looking to use mobx-rest to connect to a variety of backends including some using [JSON-API format data](http://jsonapi.org/). It looks like there will be a variety of issues to...

hi, react example not working. deploy failed, pls help with it

`Model.save` on a new model should add itself to its collection (if it has one). This was the behavior I expected, especially after playing with `destroy` and how it correctly...

I'm calling the the fetch method in ``` async componentWillMount() { connectAPI(await AsyncStorage.getItem('userToken')); // this._fetchMore(); await ProductCollection.fetch(); } ``` I got following error when I'm fetching the collection. ``` Possible...

Make it a tad more flexible than just issuing posts WARN: Untested (Due to ffing yarn/npm fucking up path/git deps I haven't been able to test it yet but ahi...

I have a TypeScript project in IntelliJ RubyMine (but I believe the problem appears in WebStorm, IDEA, PyCharm, etc.). The problem is that IDE doesn't suggest properties inherited from the...

I would appreciate it if you could look into this: I try to save a model using `model.save`: ``` model.save().then((result) => { console.log('Save operation finished') console.log('Result: ') console.log(result) console.log('Model:') console.log(model)...

needs to be reproduced

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies