REACT JS TUTORIAL #4 - State vs Props & Application Data

A big question in React JS is State vs Props. State is essentially any data that relates to the internals of a React component, but has nothing to do with the outside world. Props are data that the component depends on to function and render correctly. GET THE SOURCE CODE: React JS #1: Intro & Workspace Setup (Coming Tues, Feb 2@11CST) React JS #2: Anatomy of a Component (Coming Wed, Feb 3@11CST) React JS #3: Composing Multiple Components (Coming Thurs, Feb 4@11CST) React JS #4: State, Props & Data (Coming Fri, Feb 5@11CST) React JS #5: Events & Data Changes (Coming Mon, Feb 8@11CST) React JS #6: React Router & Intro to Single Page Apps (Coming Tues, Feb 9@11CST) React JS #7: React Router Params & Queries
Back to Top