ga-wdi-exercises / sweet-libs

[meta]
0 stars 12 forks source link

Melissa & Ksenia - React.js Tutorial #8

Closed msteffan closed 8 years ago

msteffan commented 8 years ago

Comfort: 4 Completeness: 5

Link to Github repo: https://github.com/msteffan/ReactTutorial

ericacomfort commented 8 years ago

It worked, yay! After peeking at your code I noticed in index.html the code:

<Comment author={comment.author}>
  {comment.text}
</Comment>

I was wondering, is this React syntax/convention to display data?

karldonus commented 8 years ago

Fascinating! I just attended a meetup with focusing on React and everything was greek to me. Apparently, the inclusion of "flux" is making it a powerful tool that can compete with angular. I was thrown off a bit in your readme by going to index.html instead of localhost:3001.