Fork me on GitHub
#helix
<
2023-08-06
>
vlad_poh13:08:30

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?

lemuel15:08:57

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

👍 2
hifumi12322:08:50

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

hifumi12322:08:22

with that said, the documentation has basic tutorial for hooks https://github.com/lilactown/helix/blob/master/docs/hooks.md

hifumi12322:08:18

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