{"id":239433,"date":"2016-03-18T06:46:05","date_gmt":"2016-03-18T13:46:05","guid":{"rendered":"http:\/\/css-tricks.com\/?page_id=239433"},"modified":"2017-02-04T07:12:50","modified_gmt":"2017-02-04T14:12:50","slug":"147-starting-react-powered-comment-form","status":"publish","type":"page","link":"https:\/\/css-tricks.com\/video-screencasts\/147-starting-react-powered-comment-form\/","title":{"rendered":"#147: Starting a React-Powered Comment Form"},"content":{"rendered":"

In this pairing screencast, Sarah Drasner<\/a> joins me and guides me through some of my very first learnings of React. We tackle some “real world” style functionality: a comment form. <\/p>\n

This turned out to be a pretty useful bit of UI to work with, as it required a lot of things rather fundamental to React (or at least, it seems to me). For example, a master “App” that deals with the state<\/code> (our big “state” thing is the comments themselves) and components that deal with rendering the view (for example, the comment form is a component and each comment is a component). <\/p>\n

Then we got into lots of littler React thingies, but also huge things to understand in React-land, like:<\/p>\n