Fork me on GitHub
#cljsrn
<
2018-04-19
>
mfikes12:04:25

Figwheel 0.5.16-SNAPSHOT has been deployed, with the fix allowing you to just use :npm-deps false and get instant re-natal (start-figwheel "ios") behavior

andre15:04:36

hey happy people, https://github.com/flexsurfer/re-frisk#react-native-electron-or-web-using-re-frisk-remote-server-with-the-re-frame-10x-support \ re-frame-10x supported in re-frisk-remote just add (enable-re-frisk-remote! {:enable-re-frame-10x? true}) and 10x will be available at localhost:4567/10x and this change https://github.com/status-im/status-react/pull/3521/files#diff-b59e7b1ae1f958c8a30b88ea5cf1871d in figwheel-bridge.js

bananadance 4
jeaye17:04:19

@andre Does this stream both re-frisk and re-frame-10x events?

andre17:04:28

you can manage this with :enable-re-frisk? false or :enable-re-frame-10x? true

andre17:04:38

:enable-re-frame-10x? is false by default

andre17:04:48

and :enable-re-frisk? is true

andre17:04:06

but re-frisk events are smart now, and they only sent if client is opened

andre17:04:26

so if you dont' have localhost:4567 opened re-frisk events will not be sent

andre17:04:43

but re-frame-10x yes has a huge traffic

andre17:04:19

sometimes UI is noticeable slow

andre17:04:32

but this is first version, we'll improve it for sure

jeaye17:04:18

Awesome! Thank you so much!

jeaye17:04:36

That'll have a very noticeable impact on performance.