Fork me on GitHub
#reagent
<
2017-01-04
>
kim022:01:34

Is there some list of recommended reading/tutorials for reagent

notanon22:01:20

i used this

notanon22:01:37

thats pretty much all i needed

notanon22:01:15

have you been through that one yet?

kim022:01:21

I haven’t yet .. will do soon

kim022:01:26

Thanks for that

kim022:01:17

I’m generally new to front end dev work .. I suppose one would typically use higher level components .. not plain html ones ?

kim022:01:36

is anything like that well packaged for reagent

notanon22:01:55

thats the beauty of reagent... the high level is plain html 🙂

notanon22:01:07

oh nvm, i misread

notanon22:01:42

you mean like prebuilt widgets like a date picker or nice ui components?

kim022:01:49

mostly nice ui

gadfly36122:01:09

@kim0 for components, you might find re-com useful https://github.com/Day8/re-com

kim022:01:44

Thanks folks!

gadfly36122:01:56

As for reading, id start with the re-frame wiki / docs .. even if you dont plan on using re-frame. Best docs around even for vanilla reagent. This is a must read: https://github.com/Day8/re-frame/wiki/Creating%20Reagent%20Components

gadfly36122:01:19

Also, reagent cookbook is useful to get you going, even if it is a little outdated