Media Summary: In this video, we learn how to use Node to run JavaScript outside of the browser. === Relevant Links === Playlist: ... In class, someone noticed a bug in our movie rating app related to getting our current user before the first render of our React App. In this video, we walk through setting up an Electron application that is built with React. We also integrate the Electron Forge tool ...
Fa20 Code Sprint C Week - Detailed Analysis & Overview
In this video, we learn how to use Node to run JavaScript outside of the browser. === Relevant Links === Playlist: ... In class, someone noticed a bug in our movie rating app related to getting our current user before the first render of our React App. In this video, we walk through setting up an Electron application that is built with React. We also integrate the Electron Forge tool ... In this video, we learn how to set up a basic Electron app, a desktop application that is powered by HTML/CSS/JS. === Relevant ... In this video, we talk about validating and type checking the input fields in our MovieForm. We update form to check that each ... This is a quick video to show how to add your Vercel domain to the list of authorized Firebase domains for logging in.
In this video, we dive into JS and learn the basics of programming. We cover the console, variables, data types, objects, functions ... In this video, we enable authentication on our React Movie Rating App and create a page that handles logging in and logging out. In this video, we walk through what we'll be covering in the In this video, we learn how to restructure our data in the React Movie Rating app, so that each user has their own movies ... In this video, we talk about the project that we'll be building together and break down the difference between HTML, CSS and JS. In this video, we talk about the differences between class-based components and functional components. We go through the ...
In this video, we build on our previous Electron + React template and bring over our movie rating firebase app into the template. In this video, we learn how to use async & await to refactor our PokeAPI fetching logic and make it a bit more readable. In this video, we review the key concepts of React - declarative syntax, JSX, components and state. === Relevant Links ... In this video, we finish the basic version of our movie rating react app by implementing the ability to add and edit movies.