2.1.2 • Published 4 years ago

@rematch/updated v2.1.2

Weekly downloads
187
License
MIT
Repository
github
Last release
4 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

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

2.0.0-next.10

5 years ago

2.0.0-next.9

5 years ago

2.0.0-next.8

5 years ago

2.0.0-next.7

5 years ago

2.0.0-next.6

5 years ago

2.0.0-next.5

5 years ago

2.0.0-next.4

5 years ago

2.0.0-next.3

5 years ago

2.0.0-next.2

5 years ago

2.0.0-next.1

5 years ago

1.0.1

7 years ago

1.0.0-alpha.0

7 years ago

0.1.5

7 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago