-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImersao-Notes-Final.txt
44 lines (29 loc) · 1.11 KB
/
Imersao-Notes-Final.txt
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
32
33
34
35
36
37
38
39
40
41
42
43
44
Todas as referências importantes da Imersão:
AULA 01
1) Downloads e instalações diversas
2) Testar Node
> node --version
> node --version
3) Criar projeto React:
> npx create-react-app nome-do-seu-app
4) Iniciar: npm start
` ` <= Marcar texto com mais de uma linha
Links:
Aula 01
https://fontmeme.com/netflix-font/
https://marketplace.visualstudio.com/items?itemName=jpoissonnier.vscode-styled-components
https://www.figma.com/
https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare
https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode
Criar projeto React Native
https://www.youtube.com/watch?v=k1vdmXDgMJI&list=PLTcmLKdIkOWkkBSilAr6iqdnSDXdiiyIq
Deixar seu projeto mais profissa
https://www.youtube.com/watch?v=yMRSDdifGW8
Aula 02
React Router DOM: fazendo o SPA acontecer (controlar rotas e evitar reloading das páginas)
https://reactrouter.com/web/guides/quick-start
Aula 05
Data List
Minhas notas:
NewbieFlix: color #125719
Reset: css básico com dados iniciais - Link: https://gist.github.com/omariosouto/19dafd5ca155c46b3dcb31df89cfba55 (index.css)