├── .gitignore
├── README-MEETUP-02-20-LIFERAY.md
├── README-MEETUP-05-20-ONLINE.md
├── README-MEETUP-07-20-ONLINE.md
├── README-MEETUP-08-19-LIFERAY.md
├── README-MEETUP-11-19-INLOCO.md
├── README-MEETUP-12-19-TW.md
└── README.md
/.gitignore:
--------------------------------------------------------------------------------
1 | # OSX
2 | #
3 | .DS_Store
--------------------------------------------------------------------------------
/README-MEETUP-02-20-LIFERAY.md:
--------------------------------------------------------------------------------
1 | [Voltar](README.md)
2 |
3 |
4 | 
5 | React Recife.
6 |
7 |
8 | # React Recife Meetup 02/2020 na Liferay
9 |
10 | ### Construindo uma aplicação Offline First utilizando React Native e RealmDB por [Pedro Santos](https://www.linkedin.com/in/pedro-santos/)
11 |
12 | [Link da Talk](https://docs.google.com/presentation/d/14n2uACltON1PUnBwFx-gmHHKOgYIGrKISgiTPJIbT2w/edit#slide=id.gc6f980f91_0_5)
13 |
14 | [Link do projeto no Github](https://github.com/pedrocarlos-ti/workshop-realmdb)
15 |
16 | ### Débito Técnico: Porque isso vai estragar teu software por [Luan Fonseca](https://www.linkedin.com/in/luanfonceca/)
17 |
18 | [Link da Talk](https://speakerdeck.com/labcodes/debito-tecnico-porque-isso-vai-estragar-teu-software)
19 |
--------------------------------------------------------------------------------
/README-MEETUP-05-20-ONLINE.md:
--------------------------------------------------------------------------------
1 | [Voltar](README.md)
2 |
3 |
4 | 
5 | React Recife.
6 |
7 |
8 | # React Recife Meetup 05/2020 Online
9 |
10 | ### Testing Javascript - React Pocket Edition por [Luis Takahashi](https://www.linkedin.com/in/luis-takahashi/) e [Andre Matulionis](https://www.linkedin.com/in/andremsantos1/)
11 |
12 | [Link da Talk Gravada](https://www.youtube.com/watch?v=-oUijG1s9b4)
13 |
14 | [Link do projeto no Github](https://github.com/luistak/test-webinar)
15 |
--------------------------------------------------------------------------------
/README-MEETUP-07-20-ONLINE.md:
--------------------------------------------------------------------------------
1 | [Voltar](README.md)
2 |
3 |
4 | 
5 | React Recife.
6 |
7 |
8 | # React Recife Meetup 07/2020 Online
9 |
10 | ### ReasonML: JavaScript e React para o futuro por [Gabriel R. Abreu](https://www.linkedin.com/in/fakenickels/)
11 |
12 | [Link da Talk - EM AGUARDO!]()
13 |
14 | ### React Hooks e como adotar por [Jota Lins](https://www.linkedin.com/in/joaopslins/)
15 |
16 | [Link da Talk - EM AGUARDO!]()
17 |
--------------------------------------------------------------------------------
/README-MEETUP-08-19-LIFERAY.md:
--------------------------------------------------------------------------------
1 | [Voltar](README.md)
2 |
3 |
4 | 
5 | React Recife.
6 |
7 |
8 | # React Recife Meetup 08/2019 na Liferay
9 |
10 | ### Normalizr Redux por [Jota Lins](https://www.linkedin.com/in/joaopslins/)
11 |
12 | [Link da Talk](https://speakerdeck.com/joaopslins/normalizing-redux-pt)
13 |
14 | ### Componentes multi camadas por [Diego Nascimento](https://www.linkedin.com/in/dnvs97/)
15 |
16 | [Link da Talk](https://drive.google.com/open?id=1KTlYc3Sznn9qsRQJODa90rdAcdkD8Fkp)
17 |
--------------------------------------------------------------------------------
/README-MEETUP-11-19-INLOCO.md:
--------------------------------------------------------------------------------
1 | [Voltar](README.md)
2 |
3 |
4 | 
5 | React Recife.
6 |
7 |
8 | # React Recife Meetup 11/2019 na InLoco
9 |
10 | ### Cypress por [Pedro Neto](https://www.linkedin.com/in/pedrojsn96/)
11 |
12 | [Link da Talk](https://drive.google.com/open?id=1vtpocvWDaLp2wgKBxfQERrzeGtHZsuUi)
13 |
14 | ### Web Components por [Luis Barroso](https://www.linkedin.com/in/luis-barroso-9a0508129/)
15 |
16 | [Link da Talk](https://drive.google.com/open?id=1dEwhqA46tMPuVMWpd1U5Y82oEOP3yidP)
17 |
--------------------------------------------------------------------------------
/README-MEETUP-12-19-TW.md:
--------------------------------------------------------------------------------
1 | [Voltar](README.md)
2 |
3 |
4 | 
5 | React Recife.
6 |
7 |
8 | # React Recife Meetup 12/2019 na Thoughtworks
9 |
10 | ### CSS na era dos Componentes por [Thulio Philipe](https://www.linkedin.com/in/thulioph/)
11 |
12 | [Link da Talk](https://drive.google.com/open?id=1tItxTJ5lQmsnPesLGrzJcIm8wVeRyIPa)
13 |
14 | ### A Bala de Prata do Cross-Platform: Flutter ou React Native? por [Samuel Matias](https://www.linkedin.com/in/samuelematias/)
15 |
16 | [Link da Talk](https://drive.google.com/open?id=1_C8eQWoOUDZrqINGHh8d-n8Or7Olfx9P)
17 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 | 
3 | React Recife.
4 |
5 |
6 | # Meetups 👨👩👧👦
7 |
8 | 🗂 Repositório com as talks que foram apresentadas nos Meetups. Cada Meetup será dividido por um arquivo readme 📄. Ex: README-MEETUP-DATE-PLACE.
9 |
10 | ## Talks 🗣
11 |
12 | - [08/19 - Liferay](README-MEETUP-08-19-LIFERAY.md)
13 | - [11/19 - Inloco](README-MEETUP-11-19-INLOCO.md)
14 | - [12/19 - Thoughtworks](README-MEETUP-12-19-TW.md)
15 | - [02/20 - Liferay](README-MEETUP-02-20-LIFERAY.md)
16 | - [05/20 - Online](README-MEETUP-05-20-ONLINE.md)
17 | - [07/20 - Online](README-MEETUP-07-20-ONLINE.md)
18 |
19 | ## Fotos 📸
20 |
21 | - [Pasta Principal](https://drive.google.com/drive/folders/138csFTUs3iUCKC84_4vydlVZ-nJibIOx?usp=sharing)
22 | - [08/19 - Liferay](https://drive.google.com/drive/folders/1-BRae1itJTeyN5zmo1BRQN0uB215zB7z?usp=sharing)
23 | - [12/19 - Thoughtworks](https://drive.google.com/drive/folders/1s2CiOpICJwEo6kuA0LGYBSZn1jVZQwfT?usp=sharing)
24 | - [02/20 - Liferay](https://drive.google.com/drive/folders/1Fqg2x-EMlnnQj0V6tE6QoVVGvFp1EWWT?usp=sharing)
25 |
--------------------------------------------------------------------------------