Browse Source

Changed link style

main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
c4faaf6ab6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      content/docs/faq-build.md

4
content/docs/faq-build.md

@ -8,11 +8,11 @@ category: FAQ
### Do I need to use JSX with React?
No! Check out https://reactjs.org/docs/react-without-jsx.html
No! Check out ["React Without JSX"](/docs/react-without-jsx.html) to learn more.
### Do I need to use ES6 (+) with React?
No! Check out https://reactjs.org/docs/react-without-es6.html
No! Check out ["React Without ES6"](/docs/react-without-es6.html) to learn more.
### How can I write comments in JSX?

Loading…
Cancel
Save