Fork me on GitHub
#om
<
2017-05-01
>
bbktsk14:05:45

Is there some library of basic om.next ui components? Textboxes with autocomplete, dropdowns, etc. I’d like to use it and more importantly, to learn how to write generic om.next components. In all the tutorials I’ve seen ui elements seem to be pretty hardcoded into the app structure…

matthavener15:05:55

@bbktsk: fwiw, most well designed react components (from react component libraries) work well with om.next

bbktsk15:05:45

@matthavener Thanks, but I’m struggling more with om parts than with react ones.

claudiu19:05:17

Seen in a tutorial the use of {:value (parser env query)} as a solution for nested reads. This seems to work well for state reads but does not seem to work with remotes. Am I doing something wrong or does the remote flag/query has to be set on the top level key. Ex: https://gist.github.com/claudiuapetrei/4ef7e663722a033bfc4c45027da0cd12 ?