reflect
reflect copied to clipboard
Easily render React components with everything you love from ☄️ effector.
https://ant.design/components/table/#header ```ts const Data = reflect( view: Table, bind: { pagination: { total: $total, }, }, }) ```
Related #34 #35 ### Motivation `variant` provides an API that allows us to render different components based on `$store` value, but `$store` value type is limited to string, and it's...
This RFC solves impossibility to combine `@effector/reflect` and `effector-factorio`, as well as adding protocol to integrate other dynamic bindings in a future ## How does it look? It looks like...
```ts const B = reflect({ view: A, bind: { foo: $data, }, mapProps: { bar: { source: $data, fn: (data, props) => data[props.key] } }, }) ```
The `variant` operator has a strange limitation in the form of the need to cast the store to a string. It seems to me that its api needs to be...
Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 3.59.2 to 4.2.19. Changelog Sourced from svelte's changelog. 4.2.19 Patch Changes fix: ensure typings for <svelte:options> are picked up (#12902) fix: escape < in attribute strings (#12989)...
Bumps [zx](https://github.com/google/zx) from 7.2.3 to 8.8.5. Release notes Sourced from zx's releases. 8.8.5 — Temporary Reservoir This release fixes the issue, when zx flushes external node_modules on linking #1348 #1349...