File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ With the `@rstore/nuxt` module, you can directly use the auto-imported `defineRs
3535- ** Encapsulation** : Modules allow you to encapsulate related state, queries and mutations, making your code more organized and easier to maintain.
3636- ** Reusability** : You can create reusable modules that can be shared across different parts of your application or even across different applications.
3737- ** Shared** : rstore modules are automatically shared across all components that use them, so they are only created once.
38+ - ** Code-splitting** : You can lazy-load modules when needed, reducing the initial bundle size of your application.
3839- ** SSR** : Modules are automatically SSR compatible, so you don't have to worry about the state being lost during server-side rendering.
3940- ** Async** : You can use async code (see ` onResolve ` below) to initialize the module.
4041- ** Hybrid promise** : Awaiting a module is optional, all exposed properties are also available directly.
You can’t perform that action at this time.
0 commit comments