Fork me on GitHub
#re-frame
<
2018-12-28
>
Whiskas14:12:31

How do you guys deal with forms? there are good recommended libraries?

pre16:12:43

Is there an example app demonstrating re-graph + lacinia, in particular: the usage of ws subscriptions on both client/server?

Kelly Innes16:12:41

Hi! Is there a current "best" re-frame tutorial that isn't the project's GitHub README? I know React/Redux pretty well and have picked up Reagent using app state atoms, and I'd like to try out using re-frame.

Kelly Innes16:12:14

I haven't used redux-saga or any of the effects libraries, btw, so that's what seems new about re-frame.

Whiskas16:12:04

@kinnes re-frame it self is very simple

Whiskas16:12:15

you can get the idea and best practices by just reading the github docs

Kelly Innes16:12:19

Makes sense -- the README itself seems to do a good job persuading about the why but not so much explaining the actual mechanics of everything.

Kelly Innes16:12:35

But I may have missed the more granular docs.

Whiskas16:12:06

there are some pages explaining them in detail

Whiskas16:12:10

with code examples