|
30 | 30 | 3. Javascript |
31 | 31 | - Se familiarize com a sintaxe |
32 | 32 | - Aprenda operações basicas com o DOM |
33 | | - - Learn mechanisms typical for JS (Hoisting, Event Bubbling, Prototyping) |
34 | | - - Faça requisições AJAX |
35 | | - - Make some AJAX (XHR) calls |
36 | | - - Aprendas novas features do javascript (ECMA Script 6+) |
| 33 | + - Aprenda mecanismos típicos para JS (Hoisting, Event Bubbling, Prototyping) |
| 34 | + - Faça algumas requisições AJAX |
| 35 | + - Aprenda as novas features do javascript (ECMA Script 6+) |
37 | 36 | - Opcional: Conheça a biblioteca JQuery |
38 | 37 | 2. Conhecimentos de desenvolvimento em geral |
39 | 38 | 1. Aprenda GIT, crie repositórios no GitHub e compartilhe seu código com outras pessoas. |
|
134 | 133 | - [Chai](http://www.chaijs.com/) |
135 | 134 | - [AVA](https://github.com/avajs/ava) |
136 | 135 | - [Tape](https://github.com/substack/tape) |
137 | | - 2. Teste End to End |
| 136 | + 2. Teste end-to-end |
138 | 137 | - [Selenium](https://www.seleniumhq.org/), [Webdriver](http://webdriver.io/) |
139 | 138 | - [Cypress](https://cypress.io/) |
140 | 139 | - [Puppeteer](https://pptr.dev/) |
|
145 | 144 | 13. Internacionalização |
146 | 145 | - [React Intl](https://github.com/yahoo/react-intl) |
147 | 146 | - [React i18next](https://react.i18next.com/) |
148 | | -14. Server Side Rendering |
| 147 | +14. Renderização no servidor |
149 | 148 | - [Next.js](https://nextjs.org/) |
150 | 149 | - [After.js](https://github.com/jaredpalmer/after.js) |
151 | 150 | - [Rogue](https://github.com/alidcastano/rogue.js) |
|
0 commit comments