Introduction To React.

I am a Full-Stack web, game and AI developer based in India.
What is React?
React is a free and open source JavaScript library developed by Jordan Walke (a software engineer at Facebook). React aims to allow developers to easily create fast user interface for websites.
Why you should use react?

- Simplicity of React
React is really easy to use, use of plain JavaScript makes React really simple to use. React uses a simple syntax called 'JSX' which allows you to implement HTML with JavaScript. JSX makes work really easier for developers.
- React Native
React Native can be used to create mobile applications only using plain JavaScript. It uses the same design as regular React. It also allows you to build applications both for android and IOS.
- Vast Community
React really has a large community and in case, if you are having problem with your code, you can always seek help of the community members.
In my next blog, I will show you the basics of react, so stay tuned!

Thanks for reading my Blog!