How to reduce coupling in your React app
react
SOLID
design-patterns
The dependency inversion principle is a great design pattern, it makes applications more modular and easier to test. A React Context can help to implement this pattern in a React application. Learn how in this new blog article.
Mar 6, 2023