Serving Static Files 1. Via Imports 2. Via a Directory 3. Via a CDN Absolute versus relative paths Serving Static Files It’s often useful to load static files like images a...
Declaration Do not use displayName for naming components. Instead, name the component by reference. // bad export default React . createClass ({ displayName : 'Res...
Example: Reddit API Entry Point index.js Action Creators and Constants actions.js Reducers reducers.js Store configureStore.js Container Components containers/Root.js con...
Defining Node Attributes/Props Notes Defining Node Attributes/Props The second argument that is passed to React.createElement(type, props, children) is an object containing n...