Components are: The main building blocks of React. React exist to help you create components and then also have those components comunicate, pass data, pass information and methods between one another. There is a paragraph in React documentation that says: Components let you split the UI into independent, reusable pieces,Read More →

In this example we will cover how to create a simple web button for web. It is just for showing how to add a button element and listen to the click event happening when users clicks on it. For that, we are going to use alert feature to show howRead More →

JavaScript is a lightweight, cross-platform, object-oriented computer programming language. Lightweight just means that the language doesn’t use much memory of the computer, and that it has a relatively simple syntax and features. Cross-platform just means that the language can be used on multiple platforms and systems. Оbject-oriented means that it’s a language that’s based on object.Read More →