This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
Разница между shallow, mount и render в enzyme. Полезно если только начинаете инвестигейтить тестирование с помощью enzyme
Link - https://goo.gl/eJCpQ6
Link - https://goo.gl/eJCpQ6
Gist
Difference between Shallow, Mount and render of Enzyme
Difference between Shallow, Mount and render of Enzyme - enzyme_render_diffs.md
Скачанные и обупликованные платные курсы с таких крутых порталов как udemy, egghead и кучи других
Link - https://coursehunters.net/
Link - https://coursehunters.net/
Маленький сниппет чтобы удалить все локальные ветки кроме мастера:
git branch | grep -v "master" | xargs git branch -DЧтобы ворваться как царь в спор с коллегами на тему: «где фетчить данные, в componentDidMount или в componentWillMount» и пояснить им за жизнь - читайте следующую статью:
Link - https://daveceddia.com/where-fetch-data-componentwillmount-vs-componentdidmount/
Link - https://daveceddia.com/where-fetch-data-componentwillmount-vs-componentdidmount/
Dave Ceddia
Where to Fetch Data: componentWillMount vs componentDidMount
When you need to fetch some data for a React component, where do you do it?
Уже скинул в группу, но не могу удержаться. Одна из лучших статей которые я когда-либо читал на тему того, что тестировать в React компонентах. Ставлю автору лойс.
Link - https://medium.freecodecamp.org/the-right-way-to-test-react-components-548a4736ab22
Link - https://medium.freecodecamp.org/the-right-way-to-test-react-components-548a4736ab22
freeCodeCamp.org
The Right Way to Test React Components
There’s a lot of confusion right now about the “right” way to test your React components. Should you write all your tests by hand, or only…
Неплохой сборник JS сниппетов на все случаи жизни.
Работа с массивами, обьектами, браузером, датами, etc.
Link - https://30secondsofcode.org/
Работа с массивами, обьектами, браузером, датами, etc.
Link - https://30secondsofcode.org/
www.30secondsofcode.org
30 seconds of code
Browse 691 coding articles to level up your coding skills on 30 seconds of code.

