Good morning, today’s #OpenSourceDaily project is https://github.com/facebook/react 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.

Reply to this note

Please Login to reply.

Discussion

No replies yet.