Skip to content

0.2.5 State Context

Compare
Choose a tag to compare
@patrickroberts patrickroberts released this 15 Jan 10:51
· 11 commits to master since this release

Changes:

  • Added State Context to library exports for separating state management from the consuming component.
    • Allows state to be reset with customizable behavior via the StateContextProvider reset prop when the value prop is updated.