re_reselect 0.2.1 copy "re_reselect: ^0.2.1" to clipboard
re_reselect: ^0.2.1 copied to clipboard

outdated

Re-reselect is a lightweight wrapper around Reselect meant to enhance selectors with deeper memoization and cache management.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add re_reselect

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  re_reselect: ^0.2.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:re_reselect/cache/fifo_cache.dart';
import 'package:re_reselect/cache/flat_cache.dart';
import 'package:re_reselect/cache/lru_cache.dart';
import 'package:re_reselect/rereselect.dart';
2
likes
0
pub points
38%
popularity

Publisher

verified publisherwrike.com

Re-reselect is a lightweight wrapper around Reselect meant to enhance selectors with deeper memoization and cache management.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

reselect

More

Packages that depend on re_reselect