Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

React.js Essential Training

Posted By: Landau17
React.js Essential Training

React.js Essential Training
MP4 | Video: 720p | Duration: 3:12:48 | English | Subtitles: VTT | 637.9 MB



Among all other JavaScript libraries, React.js stands out. It relies on reusable components, not templates, for UI development, allowing developers to render views where data changes over time. React applications are more scalable and more maintainable, making developers more efficient and users more satisfied. In this course, Eve Porcello introduces the history and basics of the React library and show how to use it to create two projects: a browser-based activity counter app and a simple website for displaying data drawn from an API. Along the way, learn how to set up your development environment, including helpful tools such as Babel and webpack; create new components; use props and state to pass data between components; use routes to map URLs to views; and organize projects with nested components and routes. By the end of the course, you'll understand the essentials of React.js and be able to start building your own browser-based projects.

Topics include:
  • Refactoring elements with JSX
  • Transpiling with Babel
  • Creating components
  • Adding component properties and methods
  • Displaying child components
  • Working with props and state
  • Setting up routes
  • Nesting routes
  • Creating forms
  • Understanding the component life cycle