purescript-optic-ui icon indicating copy to clipboard operation
purescript-optic-ui copied to clipboard

PureScript UI framework based on lenses.

Results 7 purescript-optic-ui issues
Sort by recently updated
recently updated
newest added

We should probably think up a more typesafe solution for these things :/

Is it possible now to do an async call to initialize a component? I have something like this, where I want an image loaded on startup and a button to...

This is of course very theoretical - just wondering if you have seen this paper: http://dmwit.com/papers/201107EL.pdf As I understood, they are passing around just the difference list (or generally, any...

Hey, I've been using optic-ui for a small project and so far really liking it. I have a lot to learn in terms of how to build reusable components with...

See https://github.com/clayrat/opticui-elm-architecture/blob/master/src/6ViewerPair.purs#L46 for the concrete example. `viewer` has an async initializer, which makes AJAX request and then updates state. If I understand correctly how optic-ui works, when two or more...

First of all, thank you for writing this library, it is really excellent. I was experimenting with `zoomOne` and `zoomAll`, and was trying to come up with a slightly different,...