Sova

Results 238 comments of Sova

What about API like this? ```ts const SomeInput = reflect({ view: Input, bind: { value: factory.fromModel((model) => model.$value), }, }) ```

But actually I think we can implement `take(factory, 'key')`

I think `factory.fromModel` can return some internal object implement by protocol. ```js { useSource: props => something.useSource(props), fn: () => Unit } ```

It would be very cool if I can cache the downloaded swift version between the runs.

@igorkamyshev Why you closed this?

@abdullaev388 What is the case you need `ref` for the link?

I propose to name method like `createRoutesView`. Because `routes` as is can conflict with `routes` variable in the user specific source code. Ex.: on the readme.md we have an example:...

I don't like short names, because they are don't describe what really they are doing. `views` what? `routesView` who are viewing routes? Or it is "routes are viewing"? I think...