DEV Community

Victor Daodu
Victor Daodu

Posted on

Fun facts about React.

  • React is a JavaScript library.
  • React is built by Facebook.
  • Released to the world in 2013.
  • React is Open source.
  • Famous React Apps #1 Facebook #2 Instagram #3 Netflix #4 New York Times #5 Yahoo! Mail #6 Khan Academy #7 WhatsApp #8 Vivaldi Browser.
  • React in itself has a very small API, and you basically need to understand 4 concepts to get started:
  • Components
  • JSX
  • State
  • Props

Top comments (0)