Skip to content

bmcd77/GitPSCourse

Repository files navigation

Examples

We have several examples on the React website. Here is the first one to get you started:

function HelloMessage({ name }) {
  return <div>Hello {name}</div>;
}

ReactDOM.render(
  <HelloMessage name="Taylor" />,
  document.getElementById('container')
);

This example will render "Hello Taylor" into a container on the page.

=======

Blockquotes:

Blockquotes:

"Lord, to whom shall we go? You have the words of eternal life. We believe and know .."

Inline code:

Italics - I think you should use an <xml tag> element here instead.

strikethrough


See Issue Title mis-aligned #1 😄