After this lesson you will be able to:
- Understand what are React Hooks and why are so hot 🔥
- Understand how to use
useState()
const hacker1 = 'Diego' | |
console.log("The driver's name is " + hacker1) |
This third project is your first foray into building a MERN Stack application. You'll be building a MERN app, which means you'll learn about what it takes to build a functional application from the ground up yourself.
This is exciting! It's also a lot, but we have been giving you the tools for your toolbelt during the course, and you
Lección | Revisión | Detalles |
---|---|---|
Introducción al prework | ✔ | Introducción al prework |
Configuración de la terminal | ✔ | Configuración de la terminal |
{ | |
"hosting": { | |
"public": "build", | |
"ignore": [ | |
"firebase.json", | |
"**/.*", | |
"**/node_modules/**" | |
], | |
"rewrites": [ | |
{ |
react hooks - https://github.com/diurivj/React-Hooks | |
advanced routing react - https://github.com/diurivj/advanced-routing | |
ant design components - https://github.com/diurivj/lab-antd-components / sustituye bulma components | |
chat with socket.io - https://github.com/diurivj/socketioChat | |
auth with bcrypt - https://github.com/diurivj/First-auth-with-bcrypt | |
auth with firebase/hbs - https://github.com/diurivj/FirebaseAuthHBS | |
MongoDB-Atlas-Stitch-HTML - https://github.com/diurivj/MongoDB-Atlas-Stitch-HTML | |
git ignore - https://github.com/diurivj/Practica-de-gitignore/blob/master/foo/instrucciones.md | |
to do list dom - https://github.com/diurivj/ToDoListDOM | |
repaso módulo 1 - https://github.com/diurivj/REPASO-modulo-1-oct |
{ | |
"name": "starter-code", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"webpack": "webpack-dev-server --progress --color", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", |