Fork me on GitHub
#fulcro
<
2019-08-25
>
sif00:08:22

Aha! I see, thank you @tony.kay for explanation!

bbss05:08:39

I guess the error I reported earlier with the Google example was from not being able to print the direct result of (ui-location-view), and including it in a defsc view gave different errors.

tony.kay16:08:04

@bbss that warning is issued when one of the pluggable algs cannot be found. I removed the warning in the latest release I think, since some of them are optional.

tony.kay16:08:08

as far as the error goes…I’ve not reviewed the HOC stuff, but I did just use that pattern this week…oh, but on F2. I have not looked at it for F3, so it prob needs some updates

tony.kay18:08:29

@bbss I added two HOC live examples to the book: http://book.fulcrologic.com/fulcro3/#HOCGoogleMaps and a pre-written HOC helper that will make the common usage easier.

tony.kay18:08:42

updating the text of the book a little more now

tony.kay19:08:59

Book updated. There is now a live react motion demo: http://book.fulcrologic.com/fulcro3/#ReactMotion, and a demo using Stripe Elements (for payment collection): http://book.fulcrologic.com/fulcro3/#StripeExample

tony.kay19:08:29

That should cover most of the interop cases, and the live demos should ensure the docs stay up-to-date 😜

tony.kay19:08:55

In the stripe/motion examples I include a Fulcro-controlled form input to ensure that data interop is working properly

tony.kay19:08:49

beta 6 released with new React interop helpers to support what the book now says