-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Add a new section about how to create a scalable structure of your application.
This section should focus on goals:
- files grouped by features
- easy to add/remove features
- enable/disable feature on demand
- features should be reusable and pluggable across different redux applications
arutkowski00, jrnail23 and amakhrov