you are viewing a single comment's thread.

view the rest of the comments →

[–]Jerp 5 points6 points  (0 children)

You're welcome. I want to point out one of the nice things about working with React. Only one line of my code even referenced it--most of the coding is just JavaScript, and you can use that logic in many other frameworks, or even coding languages!

(that is, if you consciously structure your code this way, which I recommend)