JavaScript is a versatile scripting language. While it has grown up significantly and is used mainly in web development, it has also picked up steam in desktop app development as well. Continue Reading...
React is a library for building UI views with Javascript. It's built on top of the Facebook library called ReactDOM, which provides some helper functions for working with HTML and CSS in JavaScript. Continue Reading...
A component is a reusable piece of UI built with HTML, JavaScript and CSS. Components can be nested in other React components to form larger components that are composed together to form a complete interface. Continue Reading...