Constantin Dumitrescu
Constantin Dumitrescu
Consider the following: ``` javascript let tree = new Baobab({ foo: { bam: 123 }, bar: monkey(['foo'], identity) }) tree.select('bar').on('update', e => { e.target.actualPathThatChanged // ['foo', 'bam'] e.target.path // 'bar'...
Hi there, is there something like `https://github.com/intelie/immutable-js-patch` for Baobab?
I really must be missing something, maybe someone can clue me in. Here is what I mean: ``` javascript var a = new Baobab({ b: 1 }) var c =...
When a monkey is updated it does not dispatch an update event to its parent: ``` javascript let tree = new Baobab({ a: { b: 10, c: monkey(['foo'], x =>...
This is useful when you just want to add the debugging capabilities over an existing project that uses the R namespace.
After all files have been parsed with `ramda-loader` generate a Ramda build only with the identified functions.
If anyone needs an implementation for Gulp, grunt, etc, please let me know and I'll make one.