Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share Post: Reddit Facebook
Giveaway [Udemy] ReactJS Training
#1
ReactJS Training | Udemy

Quote:Description
React is a Javascript library, developed in 2013 by Jordan Walke of Facebook. You’ll find React is both very popular (it’s the 5th most starred JS library on GitHub) and used on major sites including on Facebook and Netflix.
What is React JS?
ReactJS is an open-source, component based front end library responsible only for the view layer of the application. It is maintained by Facebook. ReactJS uses virtual DOM based mechanism to fill in data (views) in HTML DOM. The virtual DOM works fast owning to the fact that it only changes individual DOM elements instead of reloading complete DOM every time.
In other words, React JS is a JavaScript library used in web development to build interactive elements on websites.
A React application is made up of multiple components, each responsible for outputting a small, reusable piece of HTML. Components can be nested within other components to allow complex applications to be built out of simple building blocks. A component may also maintain internal state - for example, a TabList component may store a variable corresponding to the currently open tab.
React allows us to write components using a domain-specific language called JSX. JSX allows us to write our components using HTML, whilst mixing in JavaScript events. React will internally convert this into a virtual DOM, and will ultimately output our HTML for us.
React "reacts" to state changes in your components quickly and automatically to rerender the components in the HTML DOM by utilizing the virtual DOM. The virtual DOM is an in-memory representation of an actual DOM. By doing most of the processing inside the virtual DOM rather than directly in the browser's DOM, React can act quickly and only add, update, and remove components which have changed since the last render cycle occurred.



https://www.udemy.com/course/reactjs-tra...SEP_UPLATZ
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Giveaway [Udemy] The Ultimate Ethical Hacking, Linux and Metasploit Training baziroll 0 453 01-13-2022 , 10:45 PM
Last Post: baziroll
  Giveaway [Udemy] Engineering Drawing / Graphics : Hands-on training baziroll 0 399 09-18-2021 , 07:56 PM
Last Post: baziroll
  Giveaway [Udemy] Advanced Foundations of Python Programming | 2021 Training baziroll 0 449 08-28-2021 , 02:31 AM
Last Post: baziroll
  Giveaway [Udemy] Complete CompTIA Network+ (N10-007) Video Training Series baziroll 1 518 07-31-2021 , 08:19 PM
Last Post: vietnamrum
  Giveaway [Udemy] Advanced Data Analytics Training using Python baziroll 0 390 06-24-2021 , 01:05 PM
Last Post: baziroll

Forum Jump:


Users browsing this thread: 1 Guest(s)