fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
Jakub Holý 2021-05-20T20:18:58.015300Z

Hello folks! I have https://github.com/fulcro-community/guides/commit/d11eb8200b49ef5b8e8cd2ee828f9f13bb9db6ee (along with many small corrections) to the Minimalist Fulcro Tutorial and would much appreciate your feedback! 🙏 (https://fulcro-community.github.io/guides/tutorial-minimalist-fulcro/ (just give it 5 min))

6👏
Jakub Holý 2021-05-21T07:08:25.019800Z

tell me 🙂 How long since you have started learning? Have you run into any issues due to not knowing React?

Mateusz Mazurczak 2021-05-21T09:19:01.020400Z

It’s a year now, I started when I’ve joined my current company (and it was also when I started learning clojure). So it was a little bit easier, having coworkers that know it and codebase already written in fulcro. I think maybe I had to put more time into some concepts of how fulcro works. I also had some moments of consternation about why it works like that and then finding out that it is like that due to react. But I don’t think that there were some major issues or obstacles.

1👍
Oliver 2021-05-29T08:30:55.062500Z

I have a question about figure 2: What does the dashed line from Local Action to Client DB represent?

Jakub Holý 2021-05-29T18:29:59.063Z

It means it can change data in the client DB

Mateusz Mazurczak 2021-05-20T21:39:00.015700Z

It is interesting to see react in prerequisites, as I was learning fulcro without any previous knowledge of react. I wonder if the learning curve would be more gentle or you grasp the react ideas while learning fulcro anyway 😄