Vlad Balin
Vlad Balin
Some way to compare models tree, and generate JSON difference. Has numerous potential applications, such as smart `save` protocols based on updates rather than complete objects overwrite. Usage examples: `const...
Sometimes only a few attributes needs to be serialized. Usually happens in models representing UI state. Thus, model spec becomes too clumsy. Support following Model.toJSON option: ``` toJSON : false,...
Model is 'changed' in case it's modified with 'set' after 'save' and 'fetch'. Flag will be cleared upon save/fetch call.
The best things you liked in NestedReact, free from legacy dependencies like BackboneJS, underscore, and jQuery. Plus new features. https://volicon.github.io/React-MVx/Getting_Started.html
Hello, everyone. It took a long time for the next major release, but now we're almost there. There is the major change introduced since this version. As you probably know,...
Since we're finally moving to hierarchical stores architecture, we need to implement support for it in React components (one main global shared store + may be some other stores shared...
Now it's rather looks artificial that links are implemented here.
Guys, if you feel that you can make any contribution to docs, don't hesitate. Make the pull request. They are in the `docs/chapters` folder and you can check how it...
Modify the docs template to support typescript examples. Translate all examples to TypeScript.