Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Feature: adds ability to generate store with initial app state #100

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

fodisi
Copy link

@fodisi fodisi commented Sep 2, 2020

This PR addresses Issue 98.

  • Updates IStoreConfig definition to include initialAppState
  • Adds initialAppState param to generateStore, allowing to initialize the store with a custom app state (plus Drizzle's initialContractsState)
  • Adds new unit test to generateStore related to appInitialState

* Updates IStoreConfig definition to include initialAppState
* Adds initialAppState param to generateStore, allowing to initialize the store with a custom app state (plus Drizzle's initialContractsState)
* Adds new unit test to generateStore related to appInitialState
@fodisi fodisi changed the title feat: adds ability to generate store with initial app state Feature: adds ability to generate store with initial app state Sep 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant