Skip to content

export createKey and selectDataByName

Choose a tag to compare

@neurosnap neurosnap released this 22 Nov 18:43
· 35 commits to main since this release
babad07

Two new functions are exported:

  • createKey which will create a key based on name and payload. This is the function we use to create ctx.key` which is what we use to set loaders as well as the key for caching data
  • selectDataByName which is a selector to grab cache data by name and payload