Taras Vozniuk

Results 64 comments of Taras Vozniuk

@drwestco: your proposal seems to result in tighter placement of labels, which arguably could be of some help, curious, do you see any benefit in the following hypothetical multi-pass approach:...

@joshburgess: It does help. Here is quite an experimental but working example. Once ``"bsc-flags": ["-bs-g"]`` is added to `bsconfig.json`, `Symbol(BsRecord), Symbol(BsVariant)` available inside our records/variant objects that we exploit to...

Integration with Redux devtools is now available with [ambientlight/reductive-dev-tools](https://github.com/ambientlight/reductive-dev-tools)

now with upcoming: [What's new in release 7](https://bucklescript.github.io/blog/2019/11/18/whats-new-in-7), having records compiled into JS objects may results in cleaner representation in devtools monitor, as currently [reductive-dev-tools](https://github.com/ambientlight/reductive-dev-tools) carries `__internal` (displayed in the...

@rickyvetter, @hedgepigdaniel: It would be great to have some progress on this. I personally don't think `enhancer` labeled argument need to be removed, we can just rename it to middleware....

@rickyvetter: so we can technically introduce another storeCreator function with `middleware` argument and mark `Reductive.Store.create` as deprecated. Calls will be highlighted with warning and we can keep the existing `Reductive.Store.create`...

@rickyvetter: let's then maybe start with the pull requests with these types, docs and examples. I would personally just attach deprecation notice that will emit warning to existing storeCreator and...

@TomiS: this should work out of the box, will investigate, also just to note, you may also define custom action serialize if needed.

yes, when they are not plain(with constructors)

may I ask you to post an example that I can reproduce? In the following case (with `-bs-g`) flag, debug metadata `Symbol(BsVariant): 'ReduxThunk.Thunk'`should normally be attached to `ReduxThunk.Thunk(incrementAsync)` object, so...