Getting Started With ReactJS - Part I
What is React?
Why You Should Learn ReactJS?
How does it work?
- Javascript
- NPM
- BABEL
Javascript: You can learn javascript in detail from these video tutorials.
Link 1: Net ninja Javascript tutorials
Link 2: Traversy Media Javascript tutorial
– Adapt packages of code for your apps, or incorporate packages as they are.
– Download standalone tools you can use right away.
– Run packages without downloading using npx.
– Share code with any npm user, anywhere.
– Restrict code to specific developers.
– Create Orgs (organizations) to coordinate package maintenance, coding, and developers.
– Form virtual teams by using Orgs.
– Manage multiple versions of code and code dependencies.
– Update applications easily when the underlying code is updated.
– Discover multiple ways to solve the same puzzle.
– Find other developers who are working on similar problems and projects.
– Babel is a JavaScript compiler that includes the ability to compile JSX into regular JavaScript.
Babel can also do many other powerful things.
More updates on its way! Stay Tuned!