You are on page 1of 1

1. web pack , if configured contains the root DOM node.

2.it is enough to the export the parent component (that contains the nested
components), the App shell component will render it properly

3.import CommentBox from './CommentBox'; (no need for braces in the import
module)

4. in JSX , the css classes are written as 'className'

You might also like