Good morning, today’s #OpenSourceDaily project is
React is a framework written in JavaScript under the MIT license for building user interfaces. It changed the game for front end development when it was released since many web developers were still using ajax or “vanilla” JavaScript at the time. Some of your favorite websites are probably built with React or one of its derivatives. It introduces a new syntax called jsx which allows developers to create reactive reuse-able components. These components can be nested and properties can be passed down the tree creating a cleaner development experience. It also improves performance since only components that change need to be re rendered.
GitHub
GitHub - facebook/react: The library for web and native user interfaces.
The library for web and native user interfaces. Contribute to facebook/react development by creating an account on GitHub.