Fork me on GitHub
#re-frame
<
2018-02-17
>
Chris Bailey01:02:10

realized I can just dispatch some kind of nav event that does a secretary/dispatch!. But, I guess what I’m actually struggling with is how to have a form or some thing on one “page”, and have that go to another page AND update the URL (so that if I wanted to navigate back (via a link) it works properly, etc.

joelsanchez10:02:02

I don't use secretary but accountant, but the principle should be the same: you should accountant/navigate! and then the nav-handler should change your db, not the other way around

mattsfrey20:02:10

hey, sorry if this question is redundant: I'm wondering what the best way to generate a skeleton app using reagent/reframe that is fullstack with a server component serving the SPA payload, preferably with a database setup, all of which can be deployed to heroku fairly seamlessly

mattsfrey20:02:42

from reading the docs it seems like using http://www.luminusweb.net/ to generate a template and then hacking from there might be the best bet?

mattsfrey20:02:36

if anyone knows of an existing skeleton app project on github somewhere that matches that criteria though i'd love to check it out

danielcompton22:02:40

Chestnut is what you want except it provides om, not re-frame IIRC

rgm23:02:09

Chestnut does (or did) have a +re-frame setting.