Fork me on GitHub
#re-frame
<
2015-07-31
>
ul17:07:17

I'm curious about a list of open-source projects based on re-frame to study their code.

meow18:07:51

@ul: You could do a search on github for something importing from re-frame

meow18:07:10

That's where I always go for code examples

ul18:07:32

@meow: thx, good idea

ul18:07:11

my project is getting more complex and i think that i'm cooking re-frame wrong

ul18:07:22

because it become a little bit messy

meow18:07:24

you can search for code, issues, etc - look at the advanced search and you can specify file types and coding language, etc

ul18:07:20

hmmm... nothing midsized on github, only couple of small sandox apps

shaun-mahood20:07:54

@ul: what parts of re-frame are you interested in? I ran into a bit of the same issue and am in the middle of a rewrite because of it, but it's a pretty straightforward CRUD app for the most part and is my first real clojurescript project as well. Closed source though, but I would be happy to discuss details with you

darwin21:07:02

I’m using re-frame + reagent in this kinda experimental project, I feel it is getting into mid-sized zone and next month it will grow into a monster simple_smile not web related tough: https://github.com/darwin/plastic

shaun-mahood21:07:49

@darwin: Fun looking project!