How to use Testing Library to test Storybook
https://medium.com/storybookjs/testing-lib-storybook-react-8c36716fab86
@react_it
-~~~~~~~~~~-
https://medium.com/storybookjs/testing-lib-storybook-react-8c36716fab86
@react_it
-~~~~~~~~~~-
Medium
How to efficiently reuse stories in your React tests
Storybook is a great tool to develop UI in isolation, we all know that. However, it’s not only suitable for component libraries, contrary…
React JS Course for Beginners - 2021 Tutorial
https://www.youtube.com/watch?v=nTeuhbP7wdE
@react_it
-~~~~~~~~~~-
https://www.youtube.com/watch?v=nTeuhbP7wdE
@react_it
-~~~~~~~~~~-
YouTube
React JS Course for Beginners - 2021 Tutorial
This is a full premium course. Learn React.js from the ground up with fundamentals to more intermediate and advanced topics. You will learn by building a real app!
💻 Starter files: https://github.com/weibenfalk/react-rmdb-v3-starter-files
Course from Thomas…
💻 Starter files: https://github.com/weibenfalk/react-rmdb-v3-starter-files
Course from Thomas…
What's New in React 18? Concurrency, Batching, the Transition API and More
https://www.freecodecamp.org/news/whats-new-in-react-18/
@react_it
-~~~~~~~~~~-
https://www.freecodecamp.org/news/whats-new-in-react-18/
@react_it
-~~~~~~~~~~-
freeCodeCamp.org
What's New in React 18 Alpha? Concurrency, Batching, the Transition API and More
Hey everyone! In this article, I'm going to show you what's new in the latest of version of React – React 18 alpha – in under 8 minutes. First, you might be wondering whether the latest set of changes will break anything with your current setup, or whether…
5 пакетов, которые должен знать каждый разработчик React
https://javascript.plainenglish.io/5-packages-every-react-developer-must-know-e06bf1b96514
@react_it
-~~~~~~~~~~-
https://javascript.plainenglish.io/5-packages-every-react-developer-must-know-e06bf1b96514
@react_it
-~~~~~~~~~~-
Medium
5 Packages Every React Developer Must Know
The 5 React Packages every developer should know!
Использование шаблона BLoC с React
https://blog.bitsrc.io/using-bloc-pattern-with-react-cb6fdcfa623b
@react_it
-~~~~~~~~~~-
https://blog.bitsrc.io/using-bloc-pattern-with-react-cb6fdcfa623b
@react_it
-~~~~~~~~~~-
Medium
Using BLoC Pattern with React
Make Your Business Logic Independent From UI Components
Интеграция Google Maps в React
https://sudolabs.io/blog/integrating-google-maps-in-react
@react_it
-~~~~~~~~~~-
https://sudolabs.io/blog/integrating-google-maps-in-react
@react_it
-~~~~~~~~~~-
Sudolabs
Integrating Google Maps in React| Sudolabs blog
Integrating maps into your app is a highly-demanded feature, especially taking into account the COVID-19 pandemic situation. Like never before, we tend to make online orders even when it comes to ordinary things such as food, clothes, all sorts of goods from…
5 принципов DRY, которым нужно следовать в React
https://javascript.plainenglish.io/5-dry-principles-to-follow-in-react-6ca0405986a9
@react_it
-~~~~~~~~~~-
https://javascript.plainenglish.io/5-dry-principles-to-follow-in-react-6ca0405986a9
@react_it
-~~~~~~~~~~-
Medium
5 DRY Principles To Follow In React
5 Useful Techniques You Can Use Today!
Архитектура React: как структурировать и организовать приложение React
https://www.taniarascia.com/react-architecture-directory-structure/?utm_campaign=react-architecture-how-to-structure-and
@react_it
-~~~~~~~~~~-
https://www.taniarascia.com/react-architecture-directory-structure/?utm_campaign=react-architecture-how-to-structure-and
@react_it
-~~~~~~~~~~-
Taniarascia
How to Structure and Organize a React Application
There is no consensus on the right way to organize a React application. React gives you a lot of freedom, but with that freedom comes the…
Обзор методов управления React State в 2021 году
https://itnext.io/an-overview-of-react-state-management-techniques-in-2021-%EF%B8%8F-1590242b1cbc
@react_it
-~~~~~~~~~~-
https://itnext.io/an-overview-of-react-state-management-techniques-in-2021-%EF%B8%8F-1590242b1cbc
@react_it
-~~~~~~~~~~-
Medium
An overview of React State Management Techniques in 2021 ⚜️🌐
When you get the chance to build large frontends, the need arises for a global store of state in your app. This could be to store data…
A Comprehensive Guide To Proper Behaviour Testing in React With Enzyme and Jest
https://betterprogramming.pub/a-comprehensive-guide-to-proper-behaviour-testing-in-react-with-enzyme-and-jest-ae866188f29a
@react_it
-~~~~~~~~~~-
https://betterprogramming.pub/a-comprehensive-guide-to-proper-behaviour-testing-in-react-with-enzyme-and-jest-ae866188f29a
@react_it
-~~~~~~~~~~-
Medium
A Comprehensive Guide To Proper Behaviour Testing in React With Enzyme and Jest
Seven tips based on three years of practical experience
React Lazy Click Me Load More Component with Lazy and Suspense
https://webomnizz.com/react-lazy-loading-component-with-lazy-and-suspense/
@react_it
-~~~~~~~~~~-
https://webomnizz.com/react-lazy-loading-component-with-lazy-and-suspense/
@react_it
-~~~~~~~~~~-
WebOmnizz
React Lazy Click Me Load More Component with Lazy and Suspense | WebOmnizz
In this article, we are go to build a simple profile app with a combination of React.lazy(), Suspense and ErrorBoundary component. Don't forget to check the complete working codes in the end of this page.
Как настроить руководство по стилю Airbnb для проектов React
https://blog.bitsrc.io/how-to-set-up-airbnb-style-guide-for-react-projects-fc7dfb1f3d68
@react_it
-~~~~~~~~~~-
https://blog.bitsrc.io/how-to-set-up-airbnb-style-guide-for-react-projects-fc7dfb1f3d68
@react_it
-~~~~~~~~~~-
Medium
How to Set Up Airbnb Style Guide for React Projects
Create your own Airbnb Style Guide ESLint / Prettier setup for React Projects
How to Read React Errors (fix 'Cannot read property of undefined'!)
https://daveceddia.com/fix-react-errors/
@react_it
-~~~~~~~~~~-
https://daveceddia.com/fix-react-errors/
@react_it
-~~~~~~~~~~-
Dave Ceddia
How to Read React Errors (fix 'Cannot read property of undefined'!)
Got an error like this in your React component?
React Context for Dependency Injection Not State Management
https://blog.testdouble.com/posts/2021-03-19-react-context-for-dependency-injection-not-state/
@react_it
-~~~~~~~~~~-
https://blog.testdouble.com/posts/2021-03-19-react-context-for-dependency-injection-not-state/
@react_it
-~~~~~~~~~~-
Testdouble
Using React Context for dependency injection, not state management
Learn how to use React Context for dependency injection instead of state management, with insights from Redux maintainer Mark Erikson.
Как работать с интервалами в хуках React
https://itnext.io/how-to-work-with-intervals-in-react-hooks-f29892d650f2
@react_it
-~~~~~~~~~~-
https://itnext.io/how-to-work-with-intervals-in-react-hooks-f29892d650f2
@react_it
-~~~~~~~~~~-
Medium
How to work with intervals in React hooks
While most paradigms don’t require React developers to know much about what is going on under the hood, working with intervals can become…
Выявление ошибок в React помощью Error Boundaries
https://blog.openreplay.com/catching-errors-in-react-with-error-boundaries
@react_it
-~~~~~~~~~~-
https://blog.openreplay.com/catching-errors-in-react-with-error-boundaries
@react_it
-~~~~~~~~~~-
Openreplay
Catching Errors in React with Error Boundaries
Error handling is a must for every application, Error Boundaries are the React-way of dealing with errors within your apps