This repository has been archived by the owner on Mar 26, 2022. It is now read-only.
v0.7.4
Overview
PR: #44
Core changes
- Change the type of initialState from
any
toRecord<string, any>
New API
- Add
mergeInitialState
API- This API is useful for inheriting the value of the store from the SSR in the browser.
Document
- Add each API's description and usages.
- Add about
mergeInitialState
- Add about
getStore
- Add about
equalityFunction
- Add about