Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 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
31 1 2 3 4 5 6

Building an App with React.js and MeteorJS

Posted By: Landau17
Building an App with React.js and MeteorJS

Building an App with React.js and MeteorJS
MP4 | Video: 720p | Duration: 4:20:59 | English | Subtitles: VTT | 1023.8 MB



Meteor and React are a powerhouse combination. Meteor gives you a fast, easy-to-use solution for data management across clients and servers, and React gives you a way to structure your app's UI from reusable components. The combination allows you to create your dream apps: dynamic, data driven, and cross-platform. This project-based course walks you step-by-step through the development of a complete React/Meteor app for managing the players and performance of an international soccer team. Follow along with Emmanuel Henri as he shows how to set up your development environment for the first time, develop a player view in React, use Meteor's back-end capabilities to code player and team logic, build charts to track player stats, and add user registration. Plus, learn how to keep your code secure with server methods and use CSS to style the final application.

Topics include:
  • Setting up your editor
  • Understanding the file structure and player components
  • Setting up static data
  • Routing with React
  • Creating a schema and player form
  • Building functions to add a player
  • Adding a user login
  • Assigning players to the user
  • Securing database transactions
  • Editing and deleting players
  • Using Chart.js to display team stats