Fork me on GitHub
#om-next
<
2016-09-14
>
levitanong09:09:52

I have a :current-something-id I’d like many components to have access to. This is an indication that the value should be in app-state so the components can query it. However, :current-something-id is also needed information for a remote. i.e. When :current-something-id is selected, additional information about it should be pulled from the server. The problem with this is, the send fn that is passed to the reconciler doesn’t have access to state. Only params. If I make :current-something-id a query-param, then the other components that want to know its value have to go through a more indirect route. Any suggestions?

matan17:09:54

well, I apologize that this has probably been asked before. is it safe to say how far are we from om.next being beyond alpha/beta?