Fork me on GitHub
#re-frame
<
2018-12-03
>
urzds19:12:43

@oliy: Is it possible that in re-graph 0.1.5 or 0.1.6 a bug was introduced that strips the hostname/port part from websocket URLs dispatched to ::re-graph/init?

urzds19:12:49

@oliy: With 0.1.6, re-graph tries to connect to <ws://localhost:9500/graphql-ws> (localhost:9500 is actually figwheel / the frontend), while with 0.1.4 it correctly connects to <ws://localhost:8888/graphql-ws> (which would be a separate process running Lacinia Pedestal).

polymeris22:12:25

TIL the re-frame + reagent + figwheel combo actually also works for creating text-based interfaces

👍 12
polymeris23:12:05

More details:

theeternalpulse00:12:37

very nice. need to try this in shadow