Constantin Dumitrescu

Results 8 issues of 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'...

question

Hi there, is there something like `https://github.com/intelie/immutable-js-patch` for Baobab?

enhancement

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 =...

question

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.

enhancement

After all files have been parsed with `ramda-loader` generate a Ramda build only with the identified functions.

enhancement

If anyone needs an implementation for Gulp, grunt, etc, please let me know and I'll make one.

enhancement