portal

https://github.com/djblue/portal
andyhorng 2021-06-25T02:44:16.021100Z

Hi @djblue, Do you have plan to support Portal Atom on Node runtime? I am interested on this feature.

djblue 2021-06-25T05:11:14.021400Z

Hi @andyhorng168, I can add node support but it would have to return a promise on deref because it needs to make a call to the client to get the currently selected value. Would that still be useful for you?

andyhorng 2021-06-25T07:52:09.021600Z

I am thinking that atom is necessary to be a promise. In my use case, after I selected the value from the view, I will switch back to my editor and pull the value from atom then do some experiments. In local environment, the value should be returned instantly.