Jatin Shridhar
Jatin Shridhar
@zodana I don't thin baobab would make much sense in a vue app since in Vue, the `data` is already reactive, and anytime it changes, the view updates.
> This was removed to enforce architectural good practices and to boost performance @Yomguithereal Could you elaborate on the performance aspect? Is the not performant to pass cursors around as...
> This is not really an issue but I don't really see why you would like to do that So, let's say: 1. I pass around cursors as props in...
The problem I ran into with `baobab-react` is that if I need to modify a node in tree, the action handlers need to know the entire path of the node...
Maybe we can have this as a part of library itself, by populating a `ctx` param on the `err` object ``` js /** * Used as an Error marker when...
Hey! Thanks for the PR. I think you updated this a lot and it'd make more sense if you create a separate repo in your account. Doesn't make sense to...
@dennisbader thanks for having a look! Changes: * Updated the changelog * removed redundant whitespace