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.
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
specifically his understanding re-frame course
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
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!
kudos ;0
This 1 seems nice, yet is a general explanation of reagent: https://purelyfunctional.tv/guide/reagent/
The docs from reframe are great as well.
Reagent readme points to few others also (Learn Reagent and Lambda Island).
thx