cycle-onionify icon indicating copy to clipboard operation
cycle-onionify copied to clipboard

MIGRATED! This was transfered to https://cycle.js.org/api/state.html

Results 13 cycle-onionify issues
Sort by recently updated
recently updated
newest added

steps to reproduce: - `git clone https://github.com/staltz/cycle-onionify.git` - `npm i` - `npm run lib` - `cd examples/lenses/` - `npm start` node 8.1.4 npm 6.4.1 ``` alex@alexs-mbp : ~/dev/learn/cyclejs [0] %...

https://github.com/staltz/cycle-onionify/blob/bfcb5f38e66f98a7a12a21d6bf0e6b1194e7537a/rxjs-typings.d.ts#L1 `MakeScopesFn` does not exist in `./lib/types` but imported by `rxjs-typings.d.ts` and `most-typings.d.ts` im guessing it was because of the collection/onionify merge and the typing for rxjs and most weren't...

bug

onionify acutally causes a scope hoisting bailout for `@cycle/isolate` that would be fixed with a ES6 build

Hey, I hope this is the right place to ask for help. I'm currently trying to get started with CycleJS and `cycle-onionify` and have troubles getting my app to produce...

cycle-onionify (with RxJS) unsubscribes from the sink when there are no subscribers to the state$ and then restarts when a component in the tree uses onionify again. This restarts the...

bug

I understand that currently the only way to remove an unused child component's property from the onion state is to have the parent set it's state value to `undefined`. This...

This is not quite a bug report, more like a token of something to figure out when things are more mature. I'm wondering about the composability of Cycle add-ons which...

background: https://github.com/cyclejs/todomvc-cycle/commit/065c3048ee9d46b36fa071844486abb93622fa97#commitcomment-19533736 ``` js const taskSinks$ = array$.map(array => array.map((item, i) => isolate(Task, i)(sources)) ``` here, the `Task` component function is called again and again for each item whenever another...

bug

Wouldn't it be relatively simple to make an immutable.js version? I am using immutable.js for anything state-related so a cycle-onionify-immutable would be fantastic! :smiley: