react/packages/simple-cache-provider/src
Andrew Clark 2cf9063318
createResource returns an object with methods instead of a read function (#12304)
Changes `createResource` to return an object with `read` and `preload`
methods. Future methods may include `set`, `subscribe`, `invalidate`,
and so on.
2018-02-28 10:17:03 -08:00
..
__tests__ createResource returns an object with methods instead of a read function (#12304) 2018-02-28 10:17:03 -08:00
SimpleCacheProvider.js createResource returns an object with methods instead of a read function (#12304) 2018-02-28 10:17:03 -08:00