This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-08-06
Channels
- # announcements (3)
- # architecture (16)
- # beginners (5)
- # cherry (1)
- # cider (3)
- # cljsrn (2)
- # clojure (54)
- # clojure-dev (11)
- # clojure-europe (14)
- # datalevin (26)
- # emacs (8)
- # helix (5)
- # honeysql (5)
- # hyperfiddle (40)
- # lsp (12)
- # malli (23)
- # missionary (7)
- # nrepl (2)
- # off-topic (18)
- # releases (2)
- # yamlscript (1)
i don’t know react and want to jump into helix. Is there a gentle introduction or do i have to go learn react first?
Their docs https://react.dev/ are pretty good at covering the main concepts. The translation to Helix isn’t too bad - nicer syntax and no need to bring in immutable js libs, helpers etc
any tutorial for react using hooks should apply well to helix. note that if you use other libraries (like reagent) you will still need to learn react concepts anyway
with that said, the documentation has basic tutorial for hooks https://github.com/lilactown/helix/blob/master/docs/hooks.md
you may want to first read the documentation on creating components, however. cf. https://github.com/lilactown/helix/blob/master/docs/creating-components.md#creating-components