reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
ruben.hamers 2020-05-28T04:09:10.027200Z

Hey guys, Could anyone point me in the direction of a nice reagent, front end only tutorial? Ive done some clojure development so I'm familar with the language, yet I don;t know REACT or cljs very well (meaning the tutorial does not have to include explanation of clojure syntax, functions, stm etc.) I have build a reitit api but I want to add a reagent front end to it as a separate project. Thx! PS: I'm sorry, this question gets asked many times I gues.

unbalanced 2020-05-28T19:17:53.032800Z

I would strongly recommend investing in http://purelyfunctional.tv. I'll also point out that right now and for not much longer Eric is letting people buy all access passes but soon you'll have to buy his courses individually

unbalanced 2020-05-28T19:19:31.033Z

specifically his understanding re-frame course

unbalanced 2020-05-28T19:20:17.033200Z

I would also argue that re-frame is an excellent approach for developing front end code. At some point you will no longer need it, and you will know when you reach that point

ruben.hamers 2020-06-13T06:09:19.157600Z

Thx for pointing me to re-frame. Spend the past couple of days studying the project, watching some content on youtube and reading the docs. It is very well documented and seems really easy. especially with their client side template which is exactly what I need. thx guys!

ruben.hamers 2020-06-13T06:09:42.157800Z

kudos ;0

ruben.hamers 2020-05-28T04:19:18.027300Z

This 1 seems nice, yet is a general explanation of reagent: https://purelyfunctional.tv/guide/reagent/

2020-05-28T04:30:42.028200Z

The docs from reframe are great as well.

juhoteperi 2020-05-28T05:15:46.028400Z

Reagent readme points to few others also (Learn Reagent and Lambda Island).

Ruben.Hamers 2020-05-28T06:43:42.028600Z

thx