Skip to content

Commit

Permalink
docs: Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed May 30, 2023
1 parent e9c7f81 commit 57609d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ Your file structure is going to look like that:

1. Using patterns above we restrict the code and provide only one way to import the store by component modules: `import publicData, { method1, method2 } from './store/foo/bar/baz` where default export is used for "data" and named export is used for actions. It doesn't make sense to provide full store access to other modules that aren't related to the store.
2. Store class methods still have full access to the store and other-sub stores at their methods using privately available `this.store`.
3. You get infinite scaling using a few lines code and no additional concepts to learn.
3. You get unlimited scaling using a few lines code and no additional concepts to learn.

## Additional information

Expand Down

0 comments on commit 57609d0

Please sign in to comment.