Fork me on GitHub
#fulcro
<
2018-11-10
>
tony.kay00:11:25

Fulcro Incubator state machines now have full IO support, timeout events, the ability to abort a network request, better actor declaration, and support for a more machine-friendly state machine definition format!

🚀 20
tony.kay00:11:17

It should not contain any breaking changes…just general expansion/improvements.

sooheon07:11:41

Note about discoverability of this stuff, cursive doesn’t seem to pick up anything defined with Defn, when I try to say “resolve Defn as…” and select defn, nothing pops up. Do you see the same thing?

sooheon07:11:39

Ah I think the issue is the “resolve as…” action doesn’t work for code under “External Libraries”. If I git clone the incubator code and open that as its own project, let cursive index, then run the intention action it works. Will report to #cursive

tony.kay17:11:04

strange...that usually works for me just fine

liminal1817:11:06

hey folks lein figwheel is not working for the fulcro template

liminal1817:11:14

the default one

liminal1817:11:31

I do not see shadow_cljs anywhere

liminal1817:11:56

if I do no demo is hot reload not available?

liminal1817:11:04

ok looks like lein cljsbuild auto

liminal1817:11:41

no webserver though

tony.kay17:11:21

did you read the README?

tony.kay17:11:33

it is not set up that way

tony.kay17:11:07

if you want shadow, just use lein new fulcro app shadow-cljs

liminal1818:11:23

I do not want shadow

liminal1818:11:20

sorry about the confusion

liminal1818:11:50

I believe I am not shadow I lein new fulcro ui nodemo

liminal1818:11:07

however could not find the hot reload dev server

liminal1818:11:17

the docs say lein figwheel

liminal1818:11:37

but the figwheel plugin is not installed by default

liminal1819:11:02

ok see what you are saying now in the readme

liminal1819:11:50

ok the command from the README works but the fulcro github README still says lein figwheel

tony.kay07:11:13

README fixed. Thanks. Template now only supports shadow-cljs (as of just now). I highly recommend it instead of figwheel….highly.

eoliphant18:11:00

hey @tony.kay quick question on pathom integration. Got it all going on the server as far as I can tell. but trying to figure out best to wire stuff up on the client, like the local action for mutations . I've created a client pathom parser to wrap up api's to 3rd party stuff (e.g. stripe for CC processing) per a discussion we had before. but not 100% on the best integration approach Just calling those pathom client defined mutations from inside fulcro defmutations at the moment