2.1.2 • Published 2 years ago

@rematch/updated v2.1.2

Weekly downloads
187
License
MIT
Repository
github
Last release
2 years ago

Updated

Rematch plugin for maintaining timestamps when an effect is triggered.

Updated is primarily used for optimizing effects. It can be used to:

  • prevent expensive fetch requests within a certain time period
  • throttle effects

Install

npm install @rematch/updated

For @rematch/core@0.x use @rematch/updated@0.1.5

Setup

import updatedPlugin from '@rematch/updated'

const updated = updatedPlugin()

init({
  models,
  plugins: [updated],
})
2.1.2

2 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

2.0.0-next.10

3 years ago

2.0.0-next.9

3 years ago

2.0.0-next.8

3 years ago

2.0.0-next.7

3 years ago

2.0.0-next.6

4 years ago

2.0.0-next.5

4 years ago

2.0.0-next.4

4 years ago

2.0.0-next.3

4 years ago

2.0.0-next.2

4 years ago

2.0.0-next.1

4 years ago

1.0.1

6 years ago

1.0.0-alpha.0

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago