@@ -64,6 +64,31 @@ <h1>A comunidade</h1>
64
64
< h1 > Últimos meetups</ h1 >
65
65
66
66
< div class ="meetups-list ">
67
+ < div class ="meetup ">
68
+ < h3 > Meetup #23 - 17/09/2020</ h3 >
69
+ < h2 > Criando uma aplicação isomórfica com ReactJS e Next.JS</ h2 >
70
+ < div class ="links ">
71
+ < a rel ="external " target ="_blank " href ="https://github.com/lucaziz/hello-world-next "> < img src ="assets/icons/code.svg " /> Código</ a >
72
+ < a rel ="external " target ="_blank " href ="https://docs.google.com/presentation/d/1UX-DfEYzBtEw79D5HVRrSeg2-wEYhXKyXt_2GIlTq_w/edit?usp=sharing "> < img src ="assets/icons/link.svg " /> Slides</ a >
73
+ < a rel ="external " target ="_blank " href ="https://www.youtube.com/watch?v=sPSS1tO1W9M "> < img src ="assets/icons/video.svg " /> Vídeo</ a >
74
+ </ div >
75
+ </ div >
76
+ < div class ="meetup ">
77
+ < h3 > Meetup #22 - 13/08/2020</ h3 >
78
+ < h2 > Como parar de fazer mock da fetch API</ h2 >
79
+ < div class ="links ">
80
+ < a rel ="external " target ="_blank " href ="https://github.com/mdapper/stop-mocking-fetch "> < img src ="assets/icons/code.svg " /> Código</ a >
81
+ < a rel ="external " target ="_blank " href ="https://slides.com/marcelodapper/como-parar-fazer-mock-fetch-api/fullscreen "> < img src ="assets/icons/link.svg " /> Slides</ a >
82
+ < a rel ="external " target ="_blank " href ="https://www.youtube.com/watch?v=jY1d0rQ31ss "> < img src ="assets/icons/video.svg " /> Vídeo</ a >
83
+ </ div >
84
+ </ div >
85
+ < div class ="meetup ">
86
+ < h3 > Meetup #21 - 17/05/2020</ h3 >
87
+ < h2 > Live Coding - a live</ h2 >
88
+ < div class ="links ">
89
+ < a rel ="external " target ="_blank " href ="https://www.youtube.com/watch?v=NYko3bTqSX4 "> < img src ="assets/icons/video.svg " /> Vídeo</ a >
90
+ </ div >
91
+ </ div >
67
92
< div class ="meetup ">
68
93
< h3 > Meetup #20 - 03/03/2020</ h3 >
69
94
< h2 > Introdução a ReasonML e ReasonReact</ h2 >
@@ -231,7 +256,8 @@ <h2>Da Web ao App</h2>
231
256
232
257
< div id ="redes " class ="social ">
233
258
< div class ="max-content ">
234
- < a rel ="external " target ="_blank " class ="slack " href ="https://bit.ly/ReactSSA_invite "> < i class ="fab fa-slack-hash "> </ i > Entre no nosso slack</ a >
259
+ < a rel ="external " target ="_blank " class ="slack " href ="https://reactssa.slack.com "> < i class ="fab fa-slack-hash "> </ i > Entre no nosso slack</ a >
260
+ < a rel ="external " target ="_blank " href ="https://www.youtube.com/c/ReactSalvador "> < i class ="fab fa-youtube "> </ i > </ a >
235
261
< a rel ="external " target ="_blank " href ="https://meetup.com/pt-BR/reactssa/ "> < i class ="fab fa-meetup "> </ i > </ a >
236
262
< a rel ="external " target ="_blank " href ="https://github.com/ReactSSA "> < i class ="fab fa-github "> </ i > </ a >
237
263
< a rel ="external " target ="_blank " href ="https://twitter.com/ReactSSA "> < i class ="fab fa-twitter-square "> </ i > </ a >
0 commit comments