om

Please ask the channel first, not @dnolen directly!
2017-05-01T14:09:45.368979Z

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…

matthavener 2017-05-01T15:47:55.937924Z

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

matthavener 2017-05-01T15:48:31.948130Z

eg https://github.com/JedWatson/react-select

2017-05-01T15:52:45.022587Z

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

claudiu 2017-05-01T19:30:17.019172Z

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 ?