Forwarded from FrontEndDev
Практическое руководство по тестированию React-приложений с помощью Jest.
Обзорная статья о настройке Jest и что с помощью него можно тестировать (и как).
https://www.smashingmagazine.com/2020/06/practical-guide-testing-react-applications-jest/
Обзорная статья о настройке Jest и что с помощью него можно тестировать (и как).
https://www.smashingmagazine.com/2020/06/practical-guide-testing-react-applications-jest/
Smashing Magazine
A Practical Guide To Testing React Applications With Jest — Smashing Magazine
Building a well-functioning application requires good testing; otherwise, knowing whether your application works as expected would be a matter of guesswork and luck. Jest is one of the best tools available for testing React applications. In this article,…
Forwarded from FrontEndDev
#react
Как максимизировать возможность повторного использования для ваших компонентов React
https://dev.to/jsmanifest/how-to-maximize-reusability-for-your-react-components-875
Как максимизировать возможность повторного использования для ваших компонентов React
https://dev.to/jsmanifest/how-to-maximize-reusability-for-your-react-components-875
DEV Community
How to Maximize Reusability For Your React Components
Find me on medium Join my newsletter React is a popular library that developers can use to build hig...
Forwarded from FrontEndDev
Заметка по оптимизации React Hooks от Gapur Kassym
https://medium.com/javascript-in-plain-english/f219af221ccf
https://medium.com/javascript-in-plain-english/f219af221ccf
Medium
What We Should Know About React Hook Dependencies
Optimizing app performance
Forwarded from FrontEndDev
Разработка реактивного гамбургер-меню с помощью React-хуков, TypeScript, и styled-components.
https://medium.com/javascript-in-plain-english/create-your-own-hamburger-menu-using-react-hooks-typescript-and-styled-components-4b2797c4d193
https://medium.com/javascript-in-plain-english/create-your-own-hamburger-menu-using-react-hooks-typescript-and-styled-components-4b2797c4d193
Medium
Reactive hamburger on the menu 🍔
Create your own hamburger menu using React, hooks, TypeScript, and styled-components.
Forwarded from FrontEndDev
recoiljs.org
A state management library for React.
Forwarded from FrontEndDev
Настройка TypeScript для современных проектов на React с использованием Webpack и Babel
https://www.smashingmagazine.com/2020/05/typescript-modern-react-projects-webpack-babel/
https://www.smashingmagazine.com/2020/05/typescript-modern-react-projects-webpack-babel/
Smashing Magazine
Setting TypeScript For Modern React Projects Using Webpack — Smashing Magazine
In this article, Blessing Krofegha introduces Typescript, a superscript of JavaScript that presents the static type feature for spotting common errors as developers codes, which enhances performance, hence results in robust enterprise applications. You’ll…